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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
{ "test_data":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
[ "data/executable_file"
, "data/non_executable_file"
, "data/subdir1/file1"
, "data/subdir1/subdir2/file2"
]
, "stage": ["test", "buildtool", "storage"]
}
, "local_cas":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["local_cas"]
, "srcs": ["local_cas.test.cpp"]
, "data": [["buildtool/storage", "test_data"]]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/buildtool/storage", "storage"]
, ["", "catch-main"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "storage"]
}
, "local_ac":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["local_ac"]
, "srcs": ["local_ac.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "gsl", "", "gsl"]
, ["@", "src", "src/buildtool/common", "bazel_types"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/buildtool/storage", "storage"]
, ["", "catch-main"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "storage"]
}
, "large_object_cas":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["large_object_cas"]
, "srcs": ["large_object_cas.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "protocol_traits"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, [ "@"
, "src"
, "src/buildtool/execution_api/bazel_msg"
, "bazel_msg_factory"
]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["@", "src", "src/buildtool/execution_api/common", "ids"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/buildtool/storage", "garbage_collector"]
, ["@", "src", "src/buildtool/storage", "storage"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["@", "src", "src/utils/cpp", "tmp_dir"]
, ["", "catch-main"]
, ["utils", "large_object_utils"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "storage"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["storage"]
, "deps": ["large_object_cas", "local_ac", "local_cas"]
}
}
|