diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-23 17:11:39 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | 686a13142b816dfa334bb85f3ffdcc62a81a3bb4 (patch) | |
tree | f9296ee10f11b3528f5ef89f6bf544ff3182fdc4 /test/buildtool/execution_api/common/TARGETS | |
parent | b22ee0740857dad1f24999953864150a4f6bbcc8 (diff) | |
download | justbuild-686a13142b816dfa334bb85f3ffdcc62a81a3bb4.tar.gz |
ByteStreamUtils: Use ArtifactDigest
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index a466ab67..2cffd0de 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -33,12 +33,13 @@ , "srcs": ["bytestream_utils.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["@", "src", "src/buildtool/common", "bazel_digest_factory"] - , ["@", "src", "src/buildtool/common", "bazel_types"] + , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] + , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/crypto", "hash_function"] , ["@", "src", "src/buildtool/execution_api/common", "bytestream_utils"] , ["@", "src", "src/buildtool/execution_api/common", "common"] , ["@", "src", "src/buildtool/file_system", "object_type"] + , ["@", "src", "src/utils/cpp", "expected"] , ["", "catch-main"] , ["utils", "test_hash_function_type"] ] |