diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 11:41:30 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 18:10:37 +0200 |
commit | 68e3d9129f84cdfc60aa0bc6efa518a01200bccd (patch) | |
tree | a1440f4b6d12c11f8679141393c7a8c398c748bf /test/buildtool/execution_engine/executor | |
parent | a61f95ba14f0550662a343662c06382bac643540 (diff) | |
download | justbuild-68e3d9129f84cdfc60aa0bc6efa518a01200bccd.tar.gz |
Add dependencies explicitly that are included directly
... instead of relying on those dependencies being pulled in
indirectly.
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r-- | test/buildtool/execution_engine/executor/TARGETS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index 3683a9d4..cc3e94d7 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -9,6 +9,8 @@ , ["@", "src", "src/buildtool/common", "artifact_description"] , ["@", "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"] @@ -44,6 +46,7 @@ , ["@", "src", "src/buildtool/execution_engine/dag", "dag"] , ["@", "src", "src/buildtool/execution_engine/executor", "context"] , ["@", "src", "src/buildtool/execution_engine/executor", "executor"] + , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/progress_reporting", "progress"] , ["@", "src", "src/utils/cpp", "expected"] , ["", "catch-main"] |