mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-22 10:11:54 +00:00
Everywhere: Move cpp-tests under /home/anon/Tests
This commit is contained in:
parent
d7492927e9
commit
67fc81a65a
Notes:
sideshowbarker
2024-07-17 17:01:28 +09:00
Author: https://github.com/bgianfo
Commit: 67fc81a65a
Pull-request: https://github.com/SerenityOS/serenity/pull/13161
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