diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-16 18:52:34 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-18 09:45:19 +0200 |
commit | 1d748c1808e17998b4183574e3706ef1f7b6a5db (patch) | |
tree | 1266d562c6cdf7910f63c12c69b89c2046e8d683 /test/buildtool/execution_api/common/TARGETS | |
parent | 2ba863c83b946fb08acfa2257d838987d373208f (diff) | |
download | justbuild-1d748c1808e17998b4183574e3706ef1f7b6a5db.tar.gz |
Add tests for ByteStreamUtils::{Read, Write}Request
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index 6a7dff89..72c7160f 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -16,4 +16,25 @@ ] , "stage": ["test", "buildtool", "execution_api", "common"] } +, "bytestream_utils": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["bytestream_utils"] + , "srcs": ["bytestream_utils.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["", "catch-main"] + , ["utils", "test_hash_function_type"] + , ["@", "src", "src/buildtool/common", "bazel_types"] + , ["@", "src", "src/buildtool/common", "bazel_digest_factory"] + , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/execution_api/common", "bytestream_utils"] + , ["@", "src", "src/buildtool/execution_api/common", "common"] + ] + , "stage": ["test", "buildtool", "execution_api", "common"] + } +, "TESTS": + { "type": ["@", "rules", "test", "suite"] + , "stage": ["common"] + , "deps": ["bytestream_utils"] + } } |