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
Notes: sideshowbarker 2024-07-17 17:01:28 +09:00
7 changed files with 18 additions and 18 deletions

View file

@ -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)
{