mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:14:58 +00:00
Everywhere: Move cpp-tests under /home/anon/Tests
This commit is contained in:
parent
d7492927e9
commit
67fc81a65a
7 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <LibCpp/Parser.h>
|
||||
#include <LibTest/TestCase.h>
|
||||
|
||||
constexpr char TESTS_ROOT_DIR[] = "/home/anon/cpp-tests/preprocessor";
|
||||
constexpr char TESTS_ROOT_DIR[] = "/home/anon/Tests/cpp-tests/preprocessor";
|
||||
|
||||
static String read_all(String const& path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue