1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{ "api_test":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["api_test"]
, "hdrs": ["api_test.hpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
, ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["@", "src", "src/buildtool/execution_api/local", "config"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
, ["utils", "test_hash_function_type"]
]
, "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"]
, ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
, ["@", "src", "src/buildtool/common", "bazel_types"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/common", "bytestream_utils"]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["", "catch-main"]
, ["utils", "test_hash_function_type"]
]
, "stage": ["test", "buildtool", "execution_api", "common"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["common"]
, "deps": ["bytestream_utils"]
}
}
|