From 1d748c1808e17998b4183574e3706ef1f7b6a5db Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 16 Sep 2024 18:52:34 +0200 Subject: Add tests for ByteStreamUtils::{Read, Write}Request --- test/buildtool/execution_api/common/TARGETS | 21 +++++++++++++++++++++ 1 file changed, 21 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 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"] + } } -- cgit v1.2.3