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
commit 67fc81a65a
Notes: sideshowbarker 2024-07-17 17:01:28 +09:00
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();