From dc2cc2d18381ab7bbef5bbce17736f5252b5da6c Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 22 May 2023 11:51:06 +0200 Subject: Split off tests into a separate logical repository This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing. --- test/utils/cpp/TARGETS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/utils/cpp') diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 16daa3c7..702172b4 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -4,8 +4,8 @@ , "srcs": ["path.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["test", "catch-main"] - , ["src/utils/cpp", "path"] + , ["", "catch-main"] + , ["@", "src", "src/utils/cpp", "path"] ] , "stage": ["test", "utils", "cpp"] } @@ -15,10 +15,10 @@ , "srcs": ["file_locking.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["test", "catch-main"] - , ["src/buildtool/file_system", "file_system_manager"] - , ["src/utils/cpp", "file_locking"] - , ["src/utils/cpp", "atomic"] + , ["", "catch-main"] + , ["@", "src", "src/buildtool/file_system", "file_system_manager"] + , ["@", "src", "src/utils/cpp", "file_locking"] + , ["@", "src", "src/utils/cpp", "atomic"] ] , "stage": ["test", "utils", "cpp"] , "private-ldflags": ["-pthread"] -- cgit v1.2.3