summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r--test/buildtool/execution_engine/executor/TARGETS6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS
index 0a825fa5..75f7d385 100644
--- a/test/buildtool/execution_engine/executor/TARGETS
+++ b/test/buildtool/execution_engine/executor/TARGETS
@@ -8,7 +8,7 @@
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["executor"]
, "srcs": ["executor.test.cpp"]
- , "deps":
+ , "private-deps":
[ ["src/buildtool/common", "artifact_factory"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/execution_engine/dag", "dag"]
@@ -23,7 +23,7 @@
, "name": ["local"]
, "srcs": ["executor_api_local.test.cpp"]
, "data": ["test_data"]
- , "deps":
+ , "private-deps":
[ "executor_api_tests"
, ["src/buildtool/common", "artifact_factory"]
, ["src/buildtool/execution_api/local", "local"]
@@ -41,7 +41,7 @@
, "name": ["remote_bazel"]
, "srcs": ["executor_api_remote_bazel.test.cpp"]
, "data": ["test_data"]
- , "deps":
+ , "private-deps":
[ "executor_api_tests"
, ["src/buildtool/common", "artifact_factory"]
, ["src/buildtool/execution_api/remote", "bazel"]