1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

Everywhere: Move cpp-tests under /home/anon/Tests

This commit is contained in:
Brian Gianforcaro 2022-03-20 11:38:55 -07:00 committed by Andreas Kling
parent d7492927e9
commit 67fc81a65a
7 changed files with 18 additions and 18 deletions

View file

@ -35,7 +35,7 @@ static bool s_some_test_failed = false;
return; \
} while (0)
constexpr char TESTS_ROOT_DIR[] = "/home/anon/cpp-tests/comprehension";
constexpr char TESTS_ROOT_DIR[] = "/home/anon/Tests/cpp-tests/comprehension";
static void test_complete_local_args();
static void test_complete_local_vars();