diff options
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index 961fe269..a2bb8a82 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -32,9 +32,34 @@ ] , "stage": ["test", "buildtool", "execution_api", "common"] } +, "tree_rehashing": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["tree_rehashing"] + , "srcs": ["tree_rehashing.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] + , ["@", "src", "src/buildtool/common", "common"] + , ["@", "src", "src/buildtool/common", "protocol_traits"] + , [ "@" + , "src" + , "src/buildtool/execution_api/bazel_msg" + , "bazel_msg_factory" + ] + , ["@", "src", "src/buildtool/file_system", "file_system_manager"] + , ["@", "src", "src/buildtool/storage", "config"] + , ["@", "src", "src/buildtool/storage", "storage"] + , ["@", "src", "src/utils/cpp", "expected"] + , ["@", "src", "src/utils/cpp", "tmp_dir"] + , ["", "catch-main"] + , ["utils", "large_object_utils"] + , ["utils", "test_storage_config"] + ] + , "stage": ["test", "buildtool", "execution_api", "common"] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["common"] - , "deps": ["bytestream_utils"] + , "deps": ["bytestream_utils", "tree_rehashing"] } } |