summaryrefslogtreecommitdiff
path: root/test/utils/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/cpp')
-rw-r--r--test/utils/cpp/TARGETS12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS
index c7a7e4f8..9a809b47 100644
--- a/test/utils/cpp/TARGETS
+++ b/test/utils/cpp/TARGETS
@@ -4,8 +4,8 @@
, "srcs": ["path.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/utils/cpp", "path"]
+ , ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
@@ -15,8 +15,8 @@
, "srcs": ["path_rebase.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/utils/cpp", "path_rebase"]
+ , ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
@@ -26,10 +26,10 @@
, "srcs": ["file_locking.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
- , ["@", "src", "src/utils/cpp", "file_locking"]
, ["@", "src", "src/utils/cpp", "atomic"]
+ , ["@", "src", "src/utils/cpp", "file_locking"]
+ , ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
, "private-ldflags": ["-pthread"]
@@ -40,14 +40,14 @@
, "srcs": ["prefix.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/utils/cpp", "prefix"]
+ , ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["cpp"]
- , "deps": ["path", "path_rebase", "file_locking", "prefix"]
+ , "deps": ["file_locking", "path", "path_rebase", "prefix"]
}
}