summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/dag/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_engine/dag/TARGETS')
-rw-r--r--test/buildtool/execution_engine/dag/TARGETS4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/execution_engine/dag/TARGETS b/test/buildtool/execution_engine/dag/TARGETS
index 1baf9f0e..566943d5 100644
--- a/test/buildtool/execution_engine/dag/TARGETS
+++ b/test/buildtool/execution_engine/dag/TARGETS
@@ -4,13 +4,13 @@
, "srcs": ["dag.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "gsl", "", "gsl"]
- , ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/common", "action_description"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/execution_engine/dag", "dag"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
]
, "stage": ["test", "buildtool", "execution_engine", "dag"]
}