summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/bazel/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/bazel/TARGETS')
-rw-r--r--test/buildtool/execution_api/bazel/TARGETS15
1 files changed, 14 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/bazel/TARGETS b/test/buildtool/execution_api/bazel/TARGETS
index 74890977..5978f7be 100644
--- a/test/buildtool/execution_api/bazel/TARGETS
+++ b/test/buildtool/execution_api/bazel/TARGETS
@@ -72,6 +72,18 @@
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
+, "bazel_api":
+ { "type": ["@", "rules", "CC/test", "test"]
+ , "name": ["bazel_api"]
+ , "srcs": ["bazel_api.test.cpp"]
+ , "deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["test/utils", "catch-main-remote-execution"]
+ , ["src/buildtool/execution_api/remote", "bazel"]
+ , ["test/buildtool/execution_api/common", "api_test"]
+ ]
+ , "stage": ["test", "buildtool", "execution_api", "bazel"]
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
@@ -82,6 +94,7 @@
, "execution_client"
, "msg_factory"
, "network"
+ , "bazel_api"
]
}
-} \ No newline at end of file
+}