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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
{ "file_system_manager":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["file_system_manager"]
, "srcs": ["file_system_manager.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/buildtool/system", "system"]
, ["@", "src", "src/utils/cpp", "tmp_dir"]
, ["", "catch-main"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "object_cas":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["object_cas"]
, "srcs": ["object_cas.test.cpp"]
, "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_cas"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["", "catch-main"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "git_tree":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["git_tree"]
, "srcs": ["git_tree.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "gsl", "", "gsl"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "git_cas"]
, ["@", "src", "src/buildtool/file_system", "git_repo"]
, ["@", "src", "src/buildtool/file_system", "git_tree"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/utils/cpp", "atomic"]
, ["@", "src", "src/utils/cpp", "hex_string"]
, ["", "catch-main"]
, ["utils", "container_matchers"]
, ["utils", "shell_quoting"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "file_root":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["file_root"]
, "srcs": ["file_root.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "src", "src/buildtool/common", "artifact_description"]
, ["@", "src", "src/buildtool/common", "common"]
, ["@", "src", "src/buildtool/common", "protocol_traits"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/file_system", "file_root"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["", "catch-main"]
, ["utils", "shell_quoting"]
, ["utils", "test_hash_function_type"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "directory_entries":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["directory_entries"]
, "srcs": ["directory_entries.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "src", "src/buildtool/file_system", "file_root"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["", "catch-main"]
, ["utils", "shell_quoting"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "test_data":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
[ "data/empty_executable"
, "data/example_file"
, "data/test_repo.bundle"
, "data/test_repo_symlinks.bundle"
, "data/subdir/nested_file"
]
, "stage": ["test", "buildtool", "file_system"]
}
, "data/test_repo.bundle":
{ "type": "generic"
, "deps": ["create_fs_test_git_bundle.sh"]
, "outs": ["data/test_repo.bundle"]
, "cmds": ["sh create_fs_test_git_bundle.sh"]
}
, "data/test_repo_symlinks.bundle":
{ "type": "generic"
, "deps": ["create_fs_test_git_bundle_symlinks.sh"]
, "outs": ["data/test_repo_symlinks.bundle"]
, "cmds": ["sh create_fs_test_git_bundle_symlinks.sh"]
}
, "git_repo":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["git_repo"]
, "srcs": ["git_repo.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "git_cas"]
, ["@", "src", "src/buildtool/file_system", "git_repo"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
, ["@", "src", "src/utils/cpp", "atomic"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["@", "src", "src/utils/cpp", "hex_string"]
, ["", "catch-main"]
, ["utils", "shell_quoting"]
, ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "resolve_symlinks_map":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["resolve_symlinks_map"]
, "srcs": ["resolve_symlinks_map.test.cpp"]
, "data": ["test_data"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "fmt", "", "fmt"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/file_system", "git_cas"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/file_system/symlinks", "pragma_special"]
, [ "@"
, "src"
, "src/buildtool/file_system/symlinks"
, "resolve_symlinks_map"
]
, ["@", "src", "src/buildtool/multithreading", "task_system"]
, ["", "catch-main"]
, ["utils", "shell_quoting"]
]
, "stage": ["test", "buildtool", "file_system"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["file_system"]
, "deps":
[ "directory_entries"
, "file_root"
, "file_system_manager"
, "git_repo"
, "git_tree"
, "object_cas"
, "resolve_symlinks_map"
]
}
}
|