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/TARGETS15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/buildtool/execution_engine/dag/TARGETS b/test/buildtool/execution_engine/dag/TARGETS
new file mode 100644
index 00000000..5e63d72f
--- /dev/null
+++ b/test/buildtool/execution_engine/dag/TARGETS
@@ -0,0 +1,15 @@
+{ "dag":
+ { "type": ["@", "rules", "CC/test", "test"]
+ , "name": ["dag"]
+ , "srcs": ["dag.test.cpp"]
+ , "deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["test", "catch-main"]
+ , ["test/utils", "container_matchers"]
+ , ["src/buildtool/common", "artifact_factory"]
+ , ["src/buildtool/execution_engine/dag", "dag"]
+ ]
+ , "stage": ["test", "buildtool", "execution_engine", "dag"]
+ }
+, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["dag"]}
+} \ No newline at end of file