summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/traverser
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_engine/traverser')
-rw-r--r--test/buildtool/execution_engine/traverser/TARGETS8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/buildtool/execution_engine/traverser/TARGETS b/test/buildtool/execution_engine/traverser/TARGETS
index 72a7abea..ba159245 100644
--- a/test/buildtool/execution_engine/traverser/TARGETS
+++ b/test/buildtool/execution_engine/traverser/TARGETS
@@ -4,13 +4,13 @@
, "srcs": ["traverser.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
- , ["utils", "container_matchers"]
- , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
+ , ["@", "src", "src/buildtool/common", "common"]
+ , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_engine/dag", "dag"]
, ["@", "src", "src/buildtool/execution_engine/traverser", "traverser"]
- , ["@", "src", "src/buildtool/crypto", "hash_function"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
, ["utils", "test_hash_function_type"]
]
, "stage": ["test", "buildtool", "execution_engine", "traverser"]