diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-19 10:03:41 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-04 18:03:44 +0100 |
commit | ee5dac3d832d4951fc0141aaf9b642e499d8189d (patch) | |
tree | c052f517f17bcdc44511bdd4796d133bd3a6f380 /test/buildtool/execution_api/common/TARGETS | |
parent | 9d00acf16b2a262d8b7a903366089729f3faa94c (diff) | |
download | justbuild-ee5dac3d832d4951fc0141aaf9b642e499d8189d.tar.gz |
Test deep rehashing from bazel to Git
Cover two cases:
1. The whole tree is present in the source storage;
2. Only the top-level tree is present in the source storage.
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index d7ab0b16..a466ab67 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -50,6 +50,7 @@ , "srcs": ["tree_rehashing.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] + , ["@", "gsl", "", "gsl"] , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "protocol_traits"] @@ -59,6 +60,10 @@ , "src/buildtool/execution_api/bazel_msg" , "bazel_msg_factory" ] + , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"] + , ["@", "src", "src/buildtool/execution_api/local", "config"] + , ["@", "src", "src/buildtool/execution_api/local", "context"] + , ["@", "src", "src/buildtool/execution_api/local", "local"] , ["@", "src", "src/buildtool/execution_api/utils", "rehash_utils"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/file_system", "object_type"] |