From ee5dac3d832d4951fc0141aaf9b642e499d8189d Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 19 Nov 2024 10:03:41 +0100 Subject: 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. --- test/buildtool/execution_api/common/TARGETS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/buildtool/execution_api/common/TARGETS') 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"] -- cgit v1.2.3