1
Fork 0
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:
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

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