summaryrefslogtreecommitdiff
path: root/test/utils/TARGETS
blob: 6a5fd59aef040fd66a941f9754aeeb50cc1ef689 (plain)
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
181
182
183
184
185
186
187
188
189
190
191
{ "container_matchers":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["container_matchers"]
  , "hdrs": ["container_matchers.hpp"]
  , "deps": [["@", "catch2", "", "catch2"]]
  , "stage": ["test", "utils"]
  }
, "execution_bazel":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["execution_bazel"]
  , "hdrs": ["remote_execution/bazel_action_creator.hpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/common", "bazel_types"]
    , ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , "test_env"
    , "test_auth_config"
    , "test_remote_config"
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    ]
  , "stage": ["test", "utils"]
  }
, "log_config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["log_config"]
  , "hdrs": ["logging/log_config.hpp"]
  , "deps":
    [ ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    ]
  , "stage": ["test", "utils"]
  }
, "test_env":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_env"]
  , "hdrs": ["test_env.hpp"]
  , "deps":
    [ "log_config"
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/auth", "auth"]
    ]
  , "stage": ["test", "utils"]
  }
, "test_storage_config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_storage_config"]
  , "hdrs": ["hermeticity/test_storage_config.hpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , "test_hash_function_type"
    ]
  , "stage": ["test", "utils"]
  }
, "test_hash_function_type":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_hash_function_type"]
  , "hdrs": ["hermeticity/test_hash_function_type.hpp"]
  , "deps":
    [ ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , "test_env"
    ]
  , "stage": ["test", "utils"]
  }
, "large_object_utils":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["large_object_utils"]
  , "hdrs": ["large_objects/large_object_utils.hpp"]
  , "srcs": ["large_objects/large_object_utils.cpp"]
  , "private-deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    ]
  , "stage": ["test", "utils"]
  }
, "catch-main-remote-execution":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["catch-main-remote-execution"]
  , "srcs": ["remote_execution/main-remote-execution.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/buildtool/file_system", "git_context"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , "log_config"
    , "test_env"
    , "test_auth_config"
    , "test_remote_config"
    ]
  , "stage": ["test", "utils"]
  }
, "test_serve_config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_serve_config"]
  , "hdrs": ["serve_service/test_serve_config.hpp"]
  , "deps":
    [ ["@", "src", "src/buildtool/serve_api/remote", "config"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , "test_env"
    ]
  , "stage": ["test", "utils"]
  }
, "test_auth_config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_auth_config"]
  , "hdrs": ["remote_execution/test_auth_config.hpp"]
  , "deps":
    [ ["@", "src", "src/buildtool/auth", "auth"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , "test_env"
    ]
  , "stage": ["test", "utils"]
  }
, "test_remote_config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_remote_config"]
  , "hdrs": ["remote_execution/test_remote_config.hpp"]
  , "deps":
    [ ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , "test_env"
    ]
  , "stage": ["test", "utils"]
  }
, "catch-main-serve":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["catch-main-serve"]
  , "srcs": ["serve_service/main-serve.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/serve_api/remote", "config"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , "shell_quoting"
    , "log_config"
    , "test_env"
    , "test_serve_config"
    ]
  , "stage": ["test", "utils"]
  }
, "test_utils_install":
  { "type": "install"
  , "tainted": ["test"]
  , "files": {"utils/run_test_server.py": "run_test_server.py"}
  }
, "null server":
  { "type": "install"
  , "tainted": ["test"]
  , "files": {"utils/null-server": "connection_documenting_server.py"}
  }
, "shell_quoting":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["shell_quoting"]
  , "hdrs": ["shell_quoting.hpp"]
  , "stage": ["test", "utils"]
  }
, "test_api_bundle":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["test_api_bundle"]
  , "hdrs": ["executor/test_api_bundle.hpp"]
  , "stage": ["test", "utils"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    ]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["utils"]
  , "deps": [["./", "cpp", "TESTS"], ["./", "archive", "TESTS"]]
  }
}