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/TARGETS36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS
index 343b83eb..3683a9d4 100644
--- a/test/buildtool/execution_engine/executor/TARGETS
+++ b/test/buildtool/execution_engine/executor/TARGETS
@@ -3,10 +3,13 @@
, "name": ["executor_api_tests"]
, "hdrs": ["executor_api.test.hpp"]
, "deps":
- [ ["@", "src", "src/buildtool/auth", "auth"]
+ [ ["@", "catch2", "", "catch2"]
+ , ["@", "gsl", "", "gsl"]
+ , ["@", "src", "src/buildtool/auth", "auth"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
- , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
+ , ["@", "src", "src/buildtool/common", "common"]
+ , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/execution_api/remote", "context"]
@@ -15,12 +18,9 @@
, ["@", "src", "src/buildtool/execution_engine/executor", "executor"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/progress_reporting", "progress"]
- , ["@", "src", "src/buildtool/crypto", "hash_function"]
- , ["@", "catch2", "", "catch2"]
- , ["@", "gsl", "", "gsl"]
, ["utils", "test_api_bundle"]
- , ["utils", "test_remote_config"]
, ["utils", "test_hash_function_type"]
+ , ["utils", "test_remote_config"]
]
, "stage": ["test", "buildtool", "execution_engine", "executor"]
}
@@ -29,12 +29,15 @@
, "name": ["executor"]
, "srcs": ["executor.test.cpp"]
, "private-deps":
- [ ["@", "src", "src/buildtool/auth", "auth"]
+ [ ["@", "catch2", "", "catch2"]
+ , ["@", "gsl", "", "gsl"]
+ , ["@", "src", "src/buildtool/auth", "auth"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
- , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
+ , ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "config"]
, ["@", "src", "src/buildtool/common/remote", "retry_config"]
+ , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/execution_api/remote", "context"]
@@ -42,11 +45,8 @@
, ["@", "src", "src/buildtool/execution_engine/executor", "context"]
, ["@", "src", "src/buildtool/execution_engine/executor", "executor"]
, ["@", "src", "src/buildtool/progress_reporting", "progress"]
- , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["", "catch-main"]
- , ["@", "catch2", "", "catch2"]
- , ["@", "gsl", "", "gsl"]
, ["utils", "test_api_bundle"]
, ["utils", "test_hash_function_type"]
]
@@ -59,6 +59,7 @@
, "data": ["test_data"]
, "private-deps":
[ "executor_api_tests"
+ , ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "config"]
, ["@", "src", "src/buildtool/execution_api/local", "config"]
@@ -67,12 +68,11 @@
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/execution_engine/executor", "executor"]
, ["@", "src", "src/buildtool/progress_reporting", "progress"]
+ , ["@", "src", "src/buildtool/storage", "config"]
+ , ["@", "src", "src/buildtool/storage", "storage"]
, ["utils", "catch-main-remote-execution"]
- , ["utils", "test_storage_config"]
, ["utils", "test_auth_config"]
- , ["@", "catch2", "", "catch2"]
- , ["@", "src", "src/buildtool/storage", "storage"]
- , ["@", "src", "src/buildtool/storage", "config"]
+ , ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "execution_engine", "executor"]
}
@@ -83,19 +83,19 @@
, "data": ["test_data"]
, "private-deps":
[ "executor_api_tests"
+ , ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "config"]
, ["@", "src", "src/buildtool/common/remote", "retry_config"]
+ , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/remote", "bazel"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/execution_engine/executor", "executor"]
, ["@", "src", "src/buildtool/progress_reporting", "progress"]
- , ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["utils", "catch-main-remote-execution"]
, ["utils", "test_auth_config"]
- , ["utils", "test_remote_config"]
- , ["@", "catch2", "", "catch2"]
, ["utils", "test_hash_function_type"]
+ , ["utils", "test_remote_config"]
]
, "stage": ["test", "buildtool", "execution_engine", "executor"]
}