summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-16 18:52:34 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-18 09:45:19 +0200
commit1d748c1808e17998b4183574e3706ef1f7b6a5db (patch)
tree1266d562c6cdf7910f63c12c69b89c2046e8d683 /test/buildtool/execution_api/common/TARGETS
parent2ba863c83b946fb08acfa2257d838987d373208f (diff)
downloadjustbuild-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/TARGETS21
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"]
+ }
}