summaryrefslogtreecommitdiff
path: root/test/buildtool/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/common')
-rw-r--r--test/buildtool/common/TARGETS16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/buildtool/common/TARGETS b/test/buildtool/common/TARGETS
index 020d0f28..bec2d031 100644
--- a/test/buildtool/common/TARGETS
+++ b/test/buildtool/common/TARGETS
@@ -4,13 +4,13 @@
, "srcs": ["artifact_description.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "json", "", "json"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
- , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
+ , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
+ , ["", "catch-main"]
, ["utils", "test_hash_function_type"]
]
, "stage": ["test", "buildtool", "common"]
@@ -21,11 +21,11 @@
, "srcs": ["action_description.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "json", "", "json"]
, ["@", "src", "src/buildtool/common", "action_description"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
+ , ["", "catch-main"]
, ["utils", "test_hash_function_type"]
]
, "stage": ["test", "buildtool", "common"]
@@ -36,16 +36,16 @@
, "srcs": ["repository_config.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "json", "", "json"]
- , ["@", "src", "src/buildtool/common", "config"]
, ["@", "src", "src/buildtool/common", "common"]
+ , ["@", "src", "src/buildtool/common", "config"]
+ , ["@", "src", "src/buildtool/execution_api/local", "local"]
, ["@", "src", "src/buildtool/file_system", "file_root"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
- , ["utils", "test_storage_config"]
- , ["@", "src", "src/buildtool/execution_api/local", "local"]
- , ["@", "src", "src/buildtool/storage", "storage"]
, ["@", "src", "src/buildtool/storage", "config"]
+ , ["@", "src", "src/buildtool/storage", "storage"]
+ , ["", "catch-main"]
+ , ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "common"]
}