summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r--test/buildtool/execution_api/common/TARGETS12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS
new file mode 100644
index 00000000..21095882
--- /dev/null
+++ b/test/buildtool/execution_api/common/TARGETS
@@ -0,0 +1,12 @@
+{ "api_test":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["api_test"]
+ , "hdrs": ["api_test.hpp"]
+ , "deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["src/buildtool/common", "artifact_factory"]
+ , ["src/buildtool/execution_api/common", "common"]
+ ]
+ , "stage": ["test", "buildtool", "execution_api", "common"]
+ }
+}