summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-03-14 11:29:28 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-03-14 11:29:28 +0100
commit10217a10a39f8a11aa97a47cc735943442a5aeeb (patch)
treeacc1f89526112b8f253b8dd7b39ad221d8bc5d9f /test/buildtool/execution_api/common/TARGETS
parentd6105778839cbdae5bfd234d54929b972328a6ee (diff)
downloadjustbuild-10217a10a39f8a11aa97a47cc735943442a5aeeb.tar.gz
ExecutionAPI: Add common tests for local and remote api
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"]
+ }
+}