blob: 61a28cb25607ece909fa576b528a89acffe86d88 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
5 '#': The public version number of the library.
Craig Tiller25834342015-09-25 08:08:24 -07006 version:
7 major: 0
Julien Boeufccd4c522015-10-20 11:06:51 -07008 minor: 12
Craig Tiller25834342015-09-25 08:08:24 -07009 micro: 0
10 build: 0
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
17 - src/core/census/context.h
18 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
22 - src/core/census/operation.c
23 - src/core/census/tracing.c
Craig Tillerbf4b2242015-08-31 15:53:53 -070024- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -070025 public_headers:
26 - include/grpc++/channel.h
27 - include/grpc++/client_context.h
28 - include/grpc++/completion_queue.h
29 - include/grpc++/create_channel.h
30 - include/grpc++/generic/async_generic_service.h
31 - include/grpc++/generic/generic_stub.h
32 - include/grpc++/grpc++.h
33 - include/grpc++/impl/call.h
34 - include/grpc++/impl/client_unary_call.h
35 - include/grpc++/impl/grpc_library.h
36 - include/grpc++/impl/proto_utils.h
37 - include/grpc++/impl/rpc_method.h
38 - include/grpc++/impl/rpc_service_method.h
39 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -080040 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -070041 - include/grpc++/impl/service_type.h
42 - include/grpc++/impl/sync.h
43 - include/grpc++/impl/sync_cxx11.h
44 - include/grpc++/impl/sync_no_cxx11.h
45 - include/grpc++/impl/thd.h
46 - include/grpc++/impl/thd_cxx11.h
47 - include/grpc++/impl/thd_no_cxx11.h
48 - include/grpc++/security/auth_context.h
49 - include/grpc++/security/auth_metadata_processor.h
50 - include/grpc++/security/credentials.h
51 - include/grpc++/security/server_credentials.h
52 - include/grpc++/server.h
53 - include/grpc++/server_builder.h
54 - include/grpc++/server_context.h
55 - include/grpc++/support/async_stream.h
56 - include/grpc++/support/async_unary_call.h
57 - include/grpc++/support/byte_buffer.h
58 - include/grpc++/support/channel_arguments.h
59 - include/grpc++/support/config.h
60 - include/grpc++/support/config_protobuf.h
61 - include/grpc++/support/slice.h
62 - include/grpc++/support/status.h
63 - include/grpc++/support/status_code_enum.h
64 - include/grpc++/support/string_ref.h
65 - include/grpc++/support/stub_options.h
66 - include/grpc++/support/sync_stream.h
67 - include/grpc++/support/time.h
68 headers:
69 - src/cpp/client/create_channel_internal.h
70 - src/cpp/common/create_auth_context.h
71 - src/cpp/server/dynamic_thread_pool.h
72 - src/cpp/server/fixed_size_thread_pool.h
73 - src/cpp/server/thread_pool_interface.h
74 src:
75 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -070076 - src/cpp/client/client_context.cc
77 - src/cpp/client/create_channel.cc
78 - src/cpp/client/create_channel_internal.cc
79 - src/cpp/client/credentials.cc
80 - src/cpp/client/generic_stub.cc
81 - src/cpp/client/insecure_credentials.cc
82 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -080083 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -070084 - src/cpp/common/completion_queue.cc
85 - src/cpp/common/rpc_method.cc
86 - src/cpp/proto/proto_utils.cc
87 - src/cpp/server/async_generic_service.cc
88 - src/cpp/server/create_default_thread_pool.cc
89 - src/cpp/server/dynamic_thread_pool.cc
90 - src/cpp/server/fixed_size_thread_pool.cc
91 - src/cpp/server/insecure_server_credentials.cc
92 - src/cpp/server/server.cc
93 - src/cpp/server/server_builder.cc
94 - src/cpp/server/server_context.cc
95 - src/cpp/server/server_credentials.cc
96 - src/cpp/util/byte_buffer.cc
97 - src/cpp/util/slice.cc
98 - src/cpp/util/status.cc
99 - src/cpp/util/string_ref.cc
100 - src/cpp/util/time.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700101- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700102 public_headers:
103 - include/grpc/byte_buffer.h
104 - include/grpc/byte_buffer_reader.h
105 - include/grpc/compression.h
106 - include/grpc/grpc.h
107 - include/grpc/status.h
108 headers:
109 - src/core/census/grpc_filter.h
110 - src/core/channel/channel_args.h
111 - src/core/channel/channel_stack.h
112 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700113 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700114 - src/core/channel/compress_filter.h
115 - src/core/channel/connected_channel.h
116 - src/core/channel/context.h
117 - src/core/channel/http_client_filter.h
118 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800119 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700120 - src/core/client_config/client_config.h
121 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800122 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700123 - src/core/client_config/lb_policies/pick_first.h
124 - src/core/client_config/lb_policies/round_robin.h
125 - src/core/client_config/lb_policy.h
126 - src/core/client_config/lb_policy_factory.h
127 - src/core/client_config/lb_policy_registry.h
128 - src/core/client_config/resolver.h
129 - src/core/client_config/resolver_factory.h
130 - src/core/client_config/resolver_registry.h
131 - src/core/client_config/resolvers/dns_resolver.h
132 - src/core/client_config/resolvers/sockaddr_resolver.h
133 - src/core/client_config/subchannel.h
134 - src/core/client_config/subchannel_factory.h
Craig Tiller25834342015-09-25 08:08:24 -0700135 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800136 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700137 - src/core/compression/message_compress.h
138 - src/core/debug/trace.h
139 - src/core/httpcli/format_request.h
140 - src/core/httpcli/httpcli.h
141 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700142 - src/core/iomgr/closure.h
143 - src/core/iomgr/endpoint.h
144 - src/core/iomgr/endpoint_pair.h
145 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700146 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700147 - src/core/iomgr/fd_posix.h
148 - src/core/iomgr/iocp_windows.h
149 - src/core/iomgr/iomgr.h
150 - src/core/iomgr/iomgr_internal.h
151 - src/core/iomgr/iomgr_posix.h
152 - src/core/iomgr/pollset.h
153 - src/core/iomgr/pollset_posix.h
154 - src/core/iomgr/pollset_set.h
155 - src/core/iomgr/pollset_set_posix.h
156 - src/core/iomgr/pollset_set_windows.h
157 - src/core/iomgr/pollset_windows.h
158 - src/core/iomgr/resolve_address.h
159 - src/core/iomgr/sockaddr.h
160 - src/core/iomgr/sockaddr_posix.h
161 - src/core/iomgr/sockaddr_utils.h
162 - src/core/iomgr/sockaddr_win32.h
163 - src/core/iomgr/socket_utils_posix.h
164 - src/core/iomgr/socket_windows.h
165 - src/core/iomgr/tcp_client.h
166 - src/core/iomgr/tcp_posix.h
167 - src/core/iomgr/tcp_server.h
168 - src/core/iomgr/tcp_windows.h
169 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700170 - src/core/iomgr/timer.h
171 - src/core/iomgr/timer_heap.h
172 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700173 - src/core/iomgr/udp_server.h
174 - src/core/iomgr/wakeup_fd_pipe.h
175 - src/core/iomgr/wakeup_fd_posix.h
176 - src/core/iomgr/workqueue.h
177 - src/core/iomgr/workqueue_posix.h
178 - src/core/iomgr/workqueue_windows.h
179 - src/core/json/json.h
180 - src/core/json/json_common.h
181 - src/core/json/json_reader.h
182 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700183 - src/core/statistics/census_interface.h
184 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700185 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700186 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700187 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/core/surface/channel.h
189 - src/core/surface/completion_queue.h
190 - src/core/surface/event_string.h
191 - src/core/surface/init.h
192 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700193 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800194 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/core/transport/chttp2/alpn.h
196 - src/core/transport/chttp2/bin_encoder.h
197 - src/core/transport/chttp2/frame.h
198 - src/core/transport/chttp2/frame_data.h
199 - src/core/transport/chttp2/frame_goaway.h
200 - src/core/transport/chttp2/frame_ping.h
201 - src/core/transport/chttp2/frame_rst_stream.h
202 - src/core/transport/chttp2/frame_settings.h
203 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800204 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700205 - src/core/transport/chttp2/hpack_parser.h
206 - src/core/transport/chttp2/hpack_table.h
207 - src/core/transport/chttp2/http2_errors.h
208 - src/core/transport/chttp2/huffsyms.h
209 - src/core/transport/chttp2/incoming_metadata.h
210 - src/core/transport/chttp2/internal.h
211 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700212 - src/core/transport/chttp2/stream_map.h
213 - src/core/transport/chttp2/timeout_encoding.h
214 - src/core/transport/chttp2/varint.h
215 - src/core/transport/chttp2_transport.h
216 - src/core/transport/connectivity_state.h
217 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800218 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800219 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700220 - src/core/transport/transport.h
221 - src/core/transport/transport_impl.h
222 src:
223 - src/core/census/grpc_context.c
224 - src/core/census/grpc_filter.c
225 - src/core/channel/channel_args.c
226 - src/core/channel/channel_stack.c
227 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700228 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700229 - src/core/channel/compress_filter.c
230 - src/core/channel/connected_channel.c
231 - src/core/channel/http_client_filter.c
232 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800233 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700234 - src/core/client_config/client_config.c
235 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800236 - src/core/client_config/default_initial_connect_string.c
237 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700238 - src/core/client_config/lb_policies/pick_first.c
239 - src/core/client_config/lb_policies/round_robin.c
240 - src/core/client_config/lb_policy.c
241 - src/core/client_config/lb_policy_factory.c
242 - src/core/client_config/lb_policy_registry.c
243 - src/core/client_config/resolver.c
244 - src/core/client_config/resolver_factory.c
245 - src/core/client_config/resolver_registry.c
246 - src/core/client_config/resolvers/dns_resolver.c
247 - src/core/client_config/resolvers/sockaddr_resolver.c
248 - src/core/client_config/subchannel.c
249 - src/core/client_config/subchannel_factory.c
Craig Tiller25834342015-09-25 08:08:24 -0700250 - src/core/client_config/uri_parser.c
251 - src/core/compression/algorithm.c
252 - src/core/compression/message_compress.c
253 - src/core/debug/trace.c
254 - src/core/httpcli/format_request.c
255 - src/core/httpcli/httpcli.c
256 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700257 - src/core/iomgr/closure.c
258 - src/core/iomgr/endpoint.c
259 - src/core/iomgr/endpoint_pair_posix.c
260 - src/core/iomgr/endpoint_pair_windows.c
261 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700262 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700263 - src/core/iomgr/fd_posix.c
264 - src/core/iomgr/iocp_windows.c
265 - src/core/iomgr/iomgr.c
266 - src/core/iomgr/iomgr_posix.c
267 - src/core/iomgr/iomgr_windows.c
268 - src/core/iomgr/pollset_multipoller_with_epoll.c
269 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
270 - src/core/iomgr/pollset_posix.c
271 - src/core/iomgr/pollset_set_posix.c
272 - src/core/iomgr/pollset_set_windows.c
273 - src/core/iomgr/pollset_windows.c
274 - src/core/iomgr/resolve_address_posix.c
275 - src/core/iomgr/resolve_address_windows.c
276 - src/core/iomgr/sockaddr_utils.c
277 - src/core/iomgr/socket_utils_common_posix.c
278 - src/core/iomgr/socket_utils_linux.c
279 - src/core/iomgr/socket_utils_posix.c
280 - src/core/iomgr/socket_windows.c
281 - src/core/iomgr/tcp_client_posix.c
282 - src/core/iomgr/tcp_client_windows.c
283 - src/core/iomgr/tcp_posix.c
284 - src/core/iomgr/tcp_server_posix.c
285 - src/core/iomgr/tcp_server_windows.c
286 - src/core/iomgr/tcp_windows.c
287 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700288 - src/core/iomgr/timer.c
289 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700290 - src/core/iomgr/udp_server.c
291 - src/core/iomgr/wakeup_fd_eventfd.c
292 - src/core/iomgr/wakeup_fd_nospecial.c
293 - src/core/iomgr/wakeup_fd_pipe.c
294 - src/core/iomgr/wakeup_fd_posix.c
295 - src/core/iomgr/workqueue_posix.c
296 - src/core/iomgr/workqueue_windows.c
297 - src/core/json/json.c
298 - src/core/json/json_reader.c
299 - src/core/json/json_string.c
300 - src/core/json/json_writer.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700301 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700302 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700303 - src/core/surface/byte_buffer_reader.c
304 - src/core/surface/call.c
305 - src/core/surface/call_details.c
306 - src/core/surface/call_log_batch.c
307 - src/core/surface/channel.c
308 - src/core/surface/channel_connectivity.c
309 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800310 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700311 - src/core/surface/completion_queue.c
312 - src/core/surface/event_string.c
313 - src/core/surface/init.c
314 - src/core/surface/lame_client.c
315 - src/core/surface/metadata_array.c
316 - src/core/surface/server.c
317 - src/core/surface/server_chttp2.c
318 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800319 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700320 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800321 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700322 - src/core/transport/chttp2/alpn.c
323 - src/core/transport/chttp2/bin_encoder.c
324 - src/core/transport/chttp2/frame_data.c
325 - src/core/transport/chttp2/frame_goaway.c
326 - src/core/transport/chttp2/frame_ping.c
327 - src/core/transport/chttp2/frame_rst_stream.c
328 - src/core/transport/chttp2/frame_settings.c
329 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800330 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700331 - src/core/transport/chttp2/hpack_parser.c
332 - src/core/transport/chttp2/hpack_table.c
333 - src/core/transport/chttp2/huffsyms.c
334 - src/core/transport/chttp2/incoming_metadata.c
335 - src/core/transport/chttp2/parsing.c
336 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700337 - src/core/transport/chttp2/stream_lists.c
338 - src/core/transport/chttp2/stream_map.c
339 - src/core/transport/chttp2/timeout_encoding.c
340 - src/core/transport/chttp2/varint.c
341 - src/core/transport/chttp2/writing.c
342 - src/core/transport/chttp2_transport.c
343 - src/core/transport/connectivity_state.c
344 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800345 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800346 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700347 - src/core/transport/transport.c
348 - src/core/transport/transport_op_string.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700349- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700350 headers:
351 - test/core/end2end/cq_verifier.h
352 - test/core/end2end/fixtures/proxy.h
353 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700354 - test/core/util/grpc_profiler.h
355 - test/core/util/parse_hexstring.h
356 - test/core/util/port.h
357 - test/core/util/slice_splitter.h
358 src:
359 - test/core/end2end/cq_verifier.c
360 - test/core/end2end/fixtures/proxy.c
361 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700362 - test/core/util/grpc_profiler.c
363 - test/core/util/parse_hexstring.c
364 - test/core/util/port_posix.c
365 - test/core/util/port_windows.c
366 - test/core/util/slice_splitter.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700367libs:
368- name: gpr
369 build: all
370 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700371 public_headers:
372 - include/grpc/support/alloc.h
373 - include/grpc/support/atm.h
374 - include/grpc/support/atm_gcc_atomic.h
375 - include/grpc/support/atm_gcc_sync.h
376 - include/grpc/support/atm_win32.h
Craig Tillerfba79f22015-11-23 11:06:55 -0800377 - include/grpc/support/avl.h
Craig Tiller25834342015-09-25 08:08:24 -0700378 - include/grpc/support/cmdline.h
379 - include/grpc/support/cpu.h
380 - include/grpc/support/histogram.h
381 - include/grpc/support/host_port.h
382 - include/grpc/support/log.h
383 - include/grpc/support/log_win32.h
384 - include/grpc/support/port_platform.h
385 - include/grpc/support/slice.h
386 - include/grpc/support/slice_buffer.h
387 - include/grpc/support/string_util.h
388 - include/grpc/support/subprocess.h
389 - include/grpc/support/sync.h
390 - include/grpc/support/sync_generic.h
391 - include/grpc/support/sync_posix.h
392 - include/grpc/support/sync_win32.h
393 - include/grpc/support/thd.h
394 - include/grpc/support/time.h
395 - include/grpc/support/tls.h
396 - include/grpc/support/tls_gcc.h
397 - include/grpc/support/tls_msvc.h
398 - include/grpc/support/tls_pthread.h
399 - include/grpc/support/useful.h
400 headers:
Craig Tiller0ba432d2015-10-09 16:57:11 -0700401 - src/core/profiling/timers.h
Craig Tiller69684062015-09-28 10:16:06 -0700402 - src/core/support/block_annotate.h
Craig Tiller25834342015-09-25 08:08:24 -0700403 - src/core/support/env.h
404 - src/core/support/file.h
405 - src/core/support/murmur_hash.h
406 - src/core/support/stack_lockfree.h
407 - src/core/support/string.h
408 - src/core/support/string_win32.h
409 - src/core/support/thd_internal.h
410 - src/core/support/time_precise.h
411 src:
Craig Tiller0ba432d2015-10-09 16:57:11 -0700412 - src/core/profiling/basic_timers.c
413 - src/core/profiling/stap_timers.c
Craig Tiller25834342015-09-25 08:08:24 -0700414 - src/core/support/alloc.c
Craig Tillerfba79f22015-11-23 11:06:55 -0800415 - src/core/support/avl.c
Craig Tiller25834342015-09-25 08:08:24 -0700416 - src/core/support/cmdline.c
417 - src/core/support/cpu_iphone.c
418 - src/core/support/cpu_linux.c
419 - src/core/support/cpu_posix.c
420 - src/core/support/cpu_windows.c
421 - src/core/support/env_linux.c
422 - src/core/support/env_posix.c
423 - src/core/support/env_win32.c
424 - src/core/support/file.c
425 - src/core/support/file_posix.c
426 - src/core/support/file_win32.c
427 - src/core/support/histogram.c
428 - src/core/support/host_port.c
429 - src/core/support/log.c
430 - src/core/support/log_android.c
431 - src/core/support/log_linux.c
432 - src/core/support/log_posix.c
433 - src/core/support/log_win32.c
434 - src/core/support/murmur_hash.c
435 - src/core/support/slice.c
436 - src/core/support/slice_buffer.c
437 - src/core/support/stack_lockfree.c
438 - src/core/support/string.c
439 - src/core/support/string_posix.c
440 - src/core/support/string_win32.c
441 - src/core/support/subprocess_posix.c
442 - src/core/support/sync.c
443 - src/core/support/sync_posix.c
444 - src/core/support/sync_win32.c
445 - src/core/support/thd.c
446 - src/core/support/thd_posix.c
447 - src/core/support/thd_win32.c
448 - src/core/support/time.c
449 - src/core/support/time_posix.c
Craig Tiller504ed592015-10-08 07:38:43 -0700450 - src/core/support/time_precise.c
Craig Tiller25834342015-09-25 08:08:24 -0700451 - src/core/support/time_win32.c
452 - src/core/support/tls_pthread.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700453 secure: false
454 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
455- name: gpr_test_util
456 build: private
457 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700458 headers:
459 - test/core/util/test_config.h
460 src:
461 - test/core/util/test_config.c
462 deps:
463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700464 secure: false
465 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
466- name: grpc
467 build: all
468 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700469 public_headers:
470 - include/grpc/grpc_security.h
471 headers:
472 - src/core/security/auth_filters.h
473 - src/core/security/base64.h
474 - src/core/security/credentials.h
475 - src/core/security/handshake.h
476 - src/core/security/json_token.h
477 - src/core/security/jwt_verifier.h
478 - src/core/security/secure_endpoint.h
479 - src/core/security/security_connector.h
480 - src/core/security/security_context.h
481 - src/core/tsi/fake_transport_security.h
482 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800483 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700484 - src/core/tsi/transport_security.h
485 - src/core/tsi/transport_security_interface.h
486 src:
487 - src/core/httpcli/httpcli_security_connector.c
488 - src/core/security/base64.c
489 - src/core/security/client_auth_filter.c
490 - src/core/security/credentials.c
491 - src/core/security/credentials_metadata.c
492 - src/core/security/credentials_posix.c
493 - src/core/security/credentials_win32.c
494 - src/core/security/google_default_credentials.c
495 - src/core/security/handshake.c
496 - src/core/security/json_token.c
497 - src/core/security/jwt_verifier.c
498 - src/core/security/secure_endpoint.c
499 - src/core/security/security_connector.c
500 - src/core/security/security_context.c
501 - src/core/security/server_auth_filter.c
502 - src/core/security/server_secure_chttp2.c
503 - src/core/surface/init_secure.c
504 - src/core/surface/secure_channel_create.c
505 - src/core/tsi/fake_transport_security.c
506 - src/core/tsi/ssl_transport_security.c
507 - src/core/tsi/transport_security.c
508 deps:
509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700510 baselib: true
511 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700512 filegroups:
513 - grpc_base
514 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700515 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700516 vs_packages:
517 - grpc.dependencies.openssl
518 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700519 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
520- name: grpc_test_util
521 build: private
522 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700523 headers:
524 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800525 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700526 src:
527 - test/core/end2end/data/server1_cert.c
528 - test/core/end2end/data/server1_key.c
529 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800530 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700531 deps:
532 - gpr
533 - gpr_test_util
534 - grpc
535 filegroups:
536 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700537 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
538- name: grpc_test_util_unsecure
539 build: private
540 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700541 deps:
542 - gpr
543 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800544 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700545 filegroups:
546 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700547 secure: false
548 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
549- name: grpc_unsecure
550 build: all
551 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700552 src:
553 - src/core/surface/init_unsecure.c
554 deps:
555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700556 baselib: true
557 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700558 filegroups:
559 - grpc_base
560 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700561 secure: false
562 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
563- name: grpc_zookeeper
564 build: all
565 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700566 public_headers:
567 - include/grpc/grpc_zookeeper.h
568 headers:
569 - src/core/client_config/resolvers/zookeeper_resolver.h
570 src:
571 - src/core/client_config/resolvers/zookeeper_resolver.c
572 deps:
573 - gpr
574 - grpc
575 external_deps:
576 - zookeeper
577 platforms:
578 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700579 secure: false
580- name: reconnect_server
581 build: private
582 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700583 headers:
584 - test/core/util/reconnect_server.h
585 src:
586 - test/core/util/reconnect_server.c
587 deps:
yang-gc9fca182015-11-06 16:41:33 -0800588 - test_tcp_server
589 - grpc_test_util
590 - grpc
591 - gpr_test_util
592 - gpr
593- name: test_tcp_server
594 build: private
595 language: c
596 headers:
597 - test/core/util/test_tcp_server.h
598 src:
599 - test/core/util/test_tcp_server.c
600 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700601 - grpc_test_util
602 - grpc
603 - gpr_test_util
604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700605- name: grpc++
606 build: all
607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700608 headers:
609 - src/cpp/client/secure_credentials.h
610 - src/cpp/common/secure_auth_context.h
611 - src/cpp/server/secure_server_credentials.h
612 src:
Craig Tiller25834342015-09-25 08:08:24 -0700613 - src/cpp/client/secure_credentials.cc
614 - src/cpp/common/auth_property_iterator.cc
615 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800616 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700617 - src/cpp/common/secure_create_auth_context.cc
618 - src/cpp/server/secure_server_credentials.cc
619 deps:
620 - gpr
621 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700622 baselib: true
623 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700624 filegroups:
625 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700626 secure: check
627 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
628- name: grpc++_test_config
629 build: private
630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700631 headers:
632 - test/cpp/util/test_config.h
633 src:
634 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635- name: grpc++_test_util
636 build: private
637 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700638 headers:
639 - test/cpp/util/cli_call.h
640 - test/cpp/util/create_test_channel.h
641 - test/cpp/util/string_ref_helper.h
642 - test/cpp/util/subprocess.h
643 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800644 - src/proto/grpc/testing/echo_messages.proto
645 - src/proto/grpc/testing/echo.proto
646 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/cpp/util/cli_call.cc
648 - test/cpp/util/create_test_channel.cc
649 - test/cpp/util/string_ref_helper.cc
650 - test/cpp/util/subprocess.cc
651 deps:
652 - grpc++
653 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700654- name: grpc++_unsecure
655 build: all
656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700657 src:
658 - src/cpp/common/insecure_create_auth_context.cc
659 deps:
660 - gpr
661 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700662 baselib: true
663 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700664 filegroups:
665 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700666 secure: false
667 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
668- name: grpc_plugin_support
669 build: protoc
670 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700671 headers:
672 - include/grpc++/support/config.h
673 - include/grpc++/support/config_protobuf.h
674 - src/compiler/config.h
675 - src/compiler/cpp_generator.h
676 - src/compiler/cpp_generator_helpers.h
677 - src/compiler/csharp_generator.h
678 - src/compiler/csharp_generator_helpers.h
679 - src/compiler/generator_helpers.h
680 - src/compiler/objective_c_generator.h
681 - src/compiler/objective_c_generator_helpers.h
682 - src/compiler/python_generator.h
683 - src/compiler/ruby_generator.h
684 - src/compiler/ruby_generator_helpers-inl.h
685 - src/compiler/ruby_generator_map-inl.h
686 - src/compiler/ruby_generator_string-inl.h
687 src:
688 - src/compiler/cpp_generator.cc
689 - src/compiler/csharp_generator.cc
690 - src/compiler/objective_c_generator.cc
691 - src/compiler/python_generator.cc
692 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700693 deps: []
694 secure: false
695 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
696- name: interop_client_helper
697 build: private
698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700699 headers:
700 - test/cpp/interop/client_helper.h
701 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800702 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700703 - test/cpp/interop/client_helper.cc
704 deps:
705 - grpc++_test_util
706 - grpc_test_util
707 - grpc++
708 - grpc
709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700710- name: interop_client_main
711 build: private
712 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700713 headers:
714 - test/cpp/interop/interop_client.h
715 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800716 - src/proto/grpc/testing/empty.proto
717 - src/proto/grpc/testing/messages.proto
718 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/cpp/interop/client.cc
720 - test/cpp/interop/interop_client.cc
721 deps:
722 - interop_client_helper
723 - grpc++_test_util
724 - grpc_test_util
725 - grpc++
726 - grpc
727 - gpr_test_util
728 - gpr
729 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700730- name: interop_server_helper
731 build: private
732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700733 headers:
734 - test/cpp/interop/server_helper.h
735 src:
736 - test/cpp/interop/server_helper.cc
737 deps:
738 - grpc_test_util
739 - grpc++
740 - grpc
741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700742- name: interop_server_main
743 build: private
744 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700745 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800746 - src/proto/grpc/testing/empty.proto
747 - src/proto/grpc/testing/messages.proto
748 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700749 - test/cpp/interop/server.cc
750 deps:
751 - interop_server_helper
752 - grpc++_test_util
753 - grpc_test_util
754 - grpc++
755 - grpc
756 - gpr_test_util
757 - gpr
758 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759- name: qps
760 build: private
761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700762 headers:
763 - test/cpp/qps/client.h
764 - test/cpp/qps/driver.h
765 - test/cpp/qps/histogram.h
766 - test/cpp/qps/interarrival.h
767 - test/cpp/qps/perf_db_client.h
768 - test/cpp/qps/qps_worker.h
769 - test/cpp/qps/report.h
770 - test/cpp/qps/server.h
771 - test/cpp/qps/stats.h
772 - test/cpp/qps/timer.h
773 - test/cpp/util/benchmark_config.h
774 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800775 - src/proto/grpc/testing/messages.proto
776 - src/proto/grpc/testing/control.proto
777 - src/proto/grpc/testing/payloads.proto
778 - src/proto/grpc/testing/services.proto
779 - src/proto/grpc/testing/stats.proto
780 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700781 - test/cpp/qps/client_async.cc
782 - test/cpp/qps/client_sync.cc
783 - test/cpp/qps/driver.cc
784 - test/cpp/qps/perf_db_client.cc
785 - test/cpp/qps/qps_worker.cc
786 - test/cpp/qps/report.cc
787 - test/cpp/qps/server_async.cc
788 - test/cpp/qps/server_sync.cc
789 - test/cpp/qps/timer.cc
790 - test/cpp/util/benchmark_config.cc
791 deps:
792 - grpc_test_util
793 - grpc++_test_util
794 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700795- name: grpc_csharp_ext
796 build: all
797 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700798 src:
799 - src/csharp/ext/grpc_csharp_ext.c
800 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700801 - grpc
Jan Tattermusch324140c2016-01-12 08:54:01 -0800802 - gpr
803 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 dll: only
805 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700806 vs_packages:
807 - grpc.dependencies.openssl
808 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700810 vs_props:
811 - zlib
812 - openssl
813 - winsock
814 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800816- name: algorithm_test
817 build: test
818 language: c
819 src:
820 - test/core/compression/algorithm_test.c
821 deps:
822 - grpc_test_util
823 - grpc
824 - gpr_test_util
825 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800826- name: alloc_test
827 build: test
828 language: c
829 src:
830 - test/core/support/alloc_test.c
831 deps:
832 - gpr_test_util
833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834- name: alpn_test
835 build: test
836 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700837 src:
838 - test/core/transport/chttp2/alpn_test.c
839 deps:
840 - grpc_test_util
841 - grpc
842 - gpr_test_util
843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844- name: bin_encoder_test
845 build: test
846 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700847 src:
848 - test/core/transport/chttp2/bin_encoder_test.c
849 deps:
850 - grpc_test_util
851 - grpc
852 - gpr_test_util
853 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800854- name: channel_create_test
855 build: test
856 language: c
857 src:
858 - test/core/surface/channel_create_test.c
859 deps:
860 - grpc_test_util
861 - grpc
862 - gpr_test_util
863 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800864- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700865 build: test
866 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700867 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800868 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700869 deps:
870 - grpc_test_util
871 - grpc
872 - gpr_test_util
873 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800874- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700875 build: test
876 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700877 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800878 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700879 deps:
880 - grpc_test_util
881 - grpc
882 - gpr_test_util
883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884- name: chttp2_stream_map_test
885 build: test
886 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700887 src:
888 - test/core/transport/chttp2/stream_map_test.c
889 deps:
890 - grpc_test_util
891 - grpc
892 - gpr_test_util
893 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -0800894- name: chttp2_varint_test
895 build: test
896 language: c
897 src:
898 - test/core/transport/chttp2/varint_test.c
899 deps:
900 - grpc_test_util
901 - grpc
902 - gpr_test_util
903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904- name: compression_test
905 build: test
906 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700907 src:
908 - test/core/compression/compression_test.c
909 deps:
910 - grpc_test_util
911 - grpc
912 - gpr_test_util
913 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -0800914- name: dns_resolver_test
915 build: test
916 language: c
917 src:
918 - test/core/client_config/resolvers/dns_resolver_test.c
919 deps:
920 - grpc_test_util
921 - grpc
922 - gpr_test_util
923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -0800925 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926 build: test
927 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700928 src:
929 - test/core/end2end/dualstack_socket_test.c
930 deps:
931 - grpc_test_util
932 - grpc
933 - gpr_test_util
934 - gpr
935 platforms:
936 - mac
937 - linux
938 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -0700939- name: endpoint_pair_test
940 build: test
941 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700942 src:
943 - test/core/iomgr/endpoint_pair_test.c
944 deps:
945 - grpc_test_util
946 - grpc
947 - gpr_test_util
948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949- name: fd_conservation_posix_test
950 build: test
951 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700952 src:
953 - test/core/iomgr/fd_conservation_posix_test.c
954 deps:
955 - grpc_test_util
956 - grpc
957 - gpr_test_util
958 - gpr
959 platforms:
960 - mac
961 - linux
962 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: fd_posix_test
964 build: test
965 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700966 src:
967 - test/core/iomgr/fd_posix_test.c
968 deps:
969 - grpc_test_util
970 - grpc
971 - gpr_test_util
972 - gpr
973 platforms:
974 - mac
975 - linux
976 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977- name: fling_client
978 build: test
979 run: false
980 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700981 src:
982 - test/core/fling/client.c
983 deps:
984 - grpc_test_util
985 - grpc
986 - gpr_test_util
987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: fling_server
989 build: test
990 run: false
991 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700992 src:
993 - test/core/fling/server.c
994 deps:
995 - grpc_test_util
996 - grpc
997 - gpr_test_util
998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001000 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001 build: test
1002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001003 src:
1004 - test/core/fling/fling_stream_test.c
1005 deps:
1006 - grpc_test_util
1007 - grpc
1008 - gpr_test_util
1009 - gpr
1010 platforms:
1011 - mac
1012 - linux
1013 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001015 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016 build: test
1017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001018 src:
1019 - test/core/fling/fling_test.c
1020 deps:
1021 - grpc_test_util
1022 - grpc
1023 - gpr_test_util
1024 - gpr
1025 platforms:
1026 - mac
1027 - linux
1028 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029- name: gen_hpack_tables
1030 build: tool
1031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001032 src:
1033 - tools/codegen/core/gen_hpack_tables.c
1034 deps:
1035 - gpr
1036 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: gen_legal_metadata_characters
1038 build: tool
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
1041 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001043- name: gpr_avl_test
1044 build: test
1045 language: c
1046 src:
1047 - test/core/support/avl_test.c
1048 deps:
1049 - gpr_test_util
1050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051- name: gpr_cmdline_test
1052 build: test
1053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001054 src:
1055 - test/core/support/cmdline_test.c
1056 deps:
1057 - gpr_test_util
1058 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001059- name: gpr_cpu_test
1060 build: test
1061 language: c
1062 src:
1063 - test/core/support/cpu_test.c
1064 deps:
1065 - gpr_test_util
1066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: gpr_env_test
1068 build: test
1069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001070 src:
1071 - test/core/support/env_test.c
1072 deps:
1073 - gpr_test_util
1074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075- name: gpr_file_test
1076 build: test
1077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001078 src:
1079 - test/core/support/file_test.c
1080 deps:
1081 - gpr_test_util
1082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083- name: gpr_histogram_test
1084 build: test
1085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001086 src:
1087 - test/core/support/histogram_test.c
1088 deps:
1089 - gpr_test_util
1090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: gpr_host_port_test
1092 build: test
1093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001094 src:
1095 - test/core/support/host_port_test.c
1096 deps:
1097 - gpr_test_util
1098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099- name: gpr_log_test
1100 build: test
1101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001102 src:
1103 - test/core/support/log_test.c
1104 deps:
1105 - gpr_test_util
1106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107- name: gpr_slice_buffer_test
1108 build: test
1109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
1111 - test/core/support/slice_buffer_test.c
1112 deps:
1113 - gpr_test_util
1114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: gpr_slice_test
1116 build: test
1117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001118 src:
1119 - test/core/support/slice_test.c
1120 deps:
1121 - gpr_test_util
1122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001124 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125 build: test
1126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001127 src:
1128 - test/core/support/stack_lockfree_test.c
1129 deps:
1130 - gpr_test_util
1131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: gpr_string_test
1133 build: test
1134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001135 src:
1136 - test/core/support/string_test.c
1137 deps:
1138 - gpr_test_util
1139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001141 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001142 build: test
1143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001144 src:
1145 - test/core/support/sync_test.c
1146 deps:
1147 - gpr_test_util
1148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001150 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151 build: test
1152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
1154 - test/core/support/thd_test.c
1155 deps:
1156 - gpr_test_util
1157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: gpr_time_test
1159 build: test
1160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - test/core/support/time_test.c
1163 deps:
1164 - gpr_test_util
1165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166- name: gpr_tls_test
1167 build: test
1168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
1170 - test/core/support/tls_test.c
1171 deps:
1172 - gpr_test_util
1173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174- name: gpr_useful_test
1175 build: test
1176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001177 src:
1178 - test/core/support/useful_test.c
1179 deps:
1180 - gpr_test_util
1181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: grpc_auth_context_test
1183 build: test
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/security/auth_context_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
1190 - gpr_test_util
1191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: grpc_base64_test
1193 build: test
1194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001195 src:
1196 - test/core/security/base64_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
1200 - gpr_test_util
1201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: grpc_byte_buffer_reader_test
1203 build: test
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - test/core/surface/byte_buffer_reader_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
1210 - gpr_test_util
1211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212- name: grpc_channel_args_test
1213 build: test
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 src:
1216 - test/core/channel/channel_args_test.c
1217 deps:
1218 - grpc_test_util
1219 - grpc
1220 - gpr_test_util
1221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: grpc_channel_stack_test
1223 build: test
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - test/core/channel/channel_stack_test.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
1230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: grpc_completion_queue_test
1233 build: test
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
1236 - test/core/surface/completion_queue_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
1240 - gpr_test_util
1241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: grpc_create_jwt
1243 build: tool
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
1246 - test/core/security/create_jwt.c
1247 deps:
1248 - grpc_test_util
1249 - grpc
1250 - gpr_test_util
1251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: grpc_credentials_test
1253 build: test
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
1256 - test/core/security/credentials_test.c
1257 deps:
1258 - grpc_test_util
1259 - grpc
1260 - gpr_test_util
1261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: grpc_fetch_oauth2
1263 build: tool
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - test/core/security/fetch_oauth2.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
1270 - gpr_test_util
1271 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001272- name: grpc_invalid_channel_args_test
1273 build: test
1274 language: c
1275 src:
1276 - test/core/surface/invalid_channel_args_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
1280 - gpr_test_util
1281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: grpc_json_token_test
1283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/security/json_token_test.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
1290 - gpr_test_util
1291 - gpr
1292 platforms:
1293 - linux
1294 - posix
1295 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_jwt_verifier_test
1297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/security/jwt_verifier_test.c
1301 deps:
1302 - grpc_test_util
1303 - grpc
1304 - gpr_test_util
1305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: grpc_print_google_default_creds_token
1307 build: tool
1308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001309 src:
1310 - test/core/security/print_google_default_creds_token.c
1311 deps:
1312 - grpc_test_util
1313 - grpc
1314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: grpc_security_connector_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/security/security_connector_test.c
1321 deps:
1322 - grpc_test_util
1323 - grpc
1324 - gpr_test_util
1325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: grpc_verify_jwt
1327 build: tool
1328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
1330 - test/core/security/verify_jwt.c
1331 deps:
1332 - grpc_test_util
1333 - grpc
1334 - gpr_test_util
1335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: hpack_parser_test
1337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/transport/chttp2/hpack_parser_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
1344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: hpack_table_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/transport/chttp2/hpack_table_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
1354 - gpr_test_util
1355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: httpcli_format_request_test
1357 build: test
1358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - test/core/httpcli/format_request_test.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
1364 - gpr_test_util
1365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366- name: httpcli_parser_test
1367 build: test
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - test/core/httpcli/parser_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
1374 - gpr_test_util
1375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001377 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378 build: test
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - test/core/httpcli/httpcli_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
1385 - gpr_test_util
1386 - gpr
1387 platforms:
1388 - mac
1389 - linux
1390 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001391- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001392 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001393 build: test
1394 language: c
1395 src:
1396 - test/core/httpcli/httpscli_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
1400 - gpr_test_util
1401 - gpr
1402 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001403 - linux
yang-gf1183302015-12-07 16:02:05 -08001404- name: init_test
1405 build: test
1406 language: c
1407 src:
1408 - test/core/surface/init_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
1412 - gpr_test_util
1413 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001414- name: invalid_call_argument_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/end2end/invalid_call_argument_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: json_rewrite
1425 build: test
1426 run: false
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/json/json_rewrite.c
1430 deps:
1431 - grpc
1432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433- name: json_rewrite_test
1434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
1437 - test/core/json/json_rewrite_test.c
1438 deps:
1439 - grpc_test_util
1440 - grpc
1441 - gpr_test_util
1442 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001443- name: json_stream_error_test
1444 build: test
1445 language: c
1446 src:
1447 - test/core/json/json_stream_error_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
1451 - gpr_test_util
1452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: json_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/json/json_test.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
1461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: lame_client_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/surface/lame_client_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
1471 - gpr_test_util
1472 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001473- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001474 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/client_config/lb_policies_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
1482 - gpr_test_util
1483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484- name: low_level_ping_pong_benchmark
1485 build: benchmark
1486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001487 src:
1488 - test/core/network_benchmarks/low_level_ping_pong.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
1494 platforms:
1495 - mac
1496 - linux
1497 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: message_compress_test
1499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/compression/message_compress_test.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
1506 - gpr_test_util
1507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508- name: multiple_server_queues_test
1509 build: test
1510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001511 src:
1512 - test/core/end2end/multiple_server_queues_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
1516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: murmur_hash_test
1519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/support/murmur_hash_test.c
1523 deps:
1524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001527 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/end2end/no_server_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
1535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: resolve_address_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/iomgr/resolve_address_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
1545 - gpr_test_util
1546 - gpr
yang-gd482e592015-12-10 14:04:00 -08001547- name: secure_channel_create_test
1548 build: test
1549 language: c
1550 src:
1551 - test/core/surface/secure_channel_create_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
1555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: secure_endpoint_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/security/secure_endpoint_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
1565 - gpr_test_util
1566 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001567- name: server_chttp2_test
1568 build: test
1569 language: c
1570 src:
1571 - test/core/surface/server_chttp2_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
1575 - gpr_test_util
1576 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001577- name: server_test
1578 build: test
1579 language: c
1580 src:
1581 - test/core/surface/server_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001587- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001588 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001589 build: test
1590 language: c
1591 src:
1592 - test/core/client_config/set_initial_connect_string_test.c
1593 deps:
1594 - test_tcp_server
1595 - grpc_test_util
1596 - grpc
1597 - gpr_test_util
1598 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001599- name: sockaddr_resolver_test
1600 build: test
1601 language: c
1602 src:
1603 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
1607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: sockaddr_utils_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/iomgr/sockaddr_utils_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
1617 - gpr_test_util
1618 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001619- name: socket_utils_test
1620 build: test
1621 language: c
1622 src:
1623 - test/core/iomgr/socket_utils_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
1627 - gpr_test_util
1628 - gpr
1629 platforms:
1630 - mac
1631 - linux
1632 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001634 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/iomgr/tcp_client_posix_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
1642 - gpr_test_util
1643 - gpr
1644 platforms:
1645 - mac
1646 - linux
1647 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001649 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/iomgr/tcp_posix_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
1657 - gpr_test_util
1658 - gpr
1659 platforms:
1660 - mac
1661 - linux
1662 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: tcp_server_posix_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/iomgr/tcp_server_posix_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
1671 - gpr_test_util
1672 - gpr
1673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: time_averaged_stats_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/iomgr/time_averaged_stats_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
1685 - gpr_test_util
1686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: timeout_encoding_test
1688 build: test
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/transport/chttp2/timeout_encoding_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
1695 - gpr_test_util
1696 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001697- name: timer_heap_test
1698 build: test
1699 language: c
1700 src:
1701 - test/core/iomgr/timer_heap_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
1705 - gpr_test_util
1706 - gpr
1707- name: timer_list_test
1708 build: test
1709 language: c
1710 src:
1711 - test/core/iomgr/timer_list_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: timers_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/profiling/timers_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
1725 - gpr_test_util
1726 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001727- name: transport_connectivity_state_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/transport/connectivity_state_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
1735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: transport_metadata_test
1738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/transport/metadata_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
1745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: transport_security_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/tsi/transport_security_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
1755 - gpr_test_util
1756 - gpr
1757 platforms:
1758 - linux
1759 - posix
1760 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: udp_server_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/iomgr/udp_server_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
1771 platforms:
1772 - mac
1773 - linux
1774 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: uri_parser_test
1776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/client_config/uri_parser_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
1783 - gpr_test_util
1784 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001785- name: workqueue_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/iomgr/workqueue_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
1793 - gpr_test_util
1794 - gpr
1795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: async_end2end_test
1800 build: test
1801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/cpp/end2end/async_end2end_test.cc
1804 deps:
1805 - grpc++_test_util
1806 - grpc_test_util
1807 - grpc++
1808 - grpc
1809 - gpr_test_util
1810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811- name: async_streaming_ping_pong_test
1812 build: test
1813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/cpp/qps/async_streaming_ping_pong_test.cc
1816 deps:
1817 - qps
1818 - grpc++_test_util
1819 - grpc_test_util
1820 - grpc++
1821 - grpc
1822 - gpr_test_util
1823 - gpr
1824 platforms:
1825 - mac
1826 - linux
1827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: async_unary_ping_pong_test
1829 build: test
1830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
1832 - test/cpp/qps/async_unary_ping_pong_test.cc
1833 deps:
1834 - qps
1835 - grpc++_test_util
1836 - grpc_test_util
1837 - grpc++
1838 - grpc
1839 - gpr_test_util
1840 - gpr
1841 platforms:
1842 - mac
1843 - linux
1844 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: auth_property_iterator_test
1846 build: test
1847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/cpp/common/auth_property_iterator_test.cc
1850 deps:
1851 - grpc++_test_util
1852 - grpc_test_util
1853 - grpc++
1854 - grpc
1855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: channel_arguments_test
1858 build: test
1859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
yang-g52705592015-11-25 11:45:33 -08001861 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001862 deps:
1863 - grpc++
1864 - grpc
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: cli_call_test
1867 build: test
1868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/cpp/util/cli_call_test.cc
1871 deps:
1872 - grpc++_test_util
1873 - grpc_test_util
1874 - grpc++
1875 - grpc
1876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08001879 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 build: test
1881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/cpp/end2end/client_crash_test.cc
1884 deps:
1885 - grpc++_test_util
1886 - grpc_test_util
1887 - grpc++
1888 - grpc
1889 - gpr_test_util
1890 - gpr
1891 platforms:
1892 - mac
1893 - linux
1894 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: client_crash_test_server
1896 build: test
1897 run: false
1898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
1900 - test/cpp/end2end/client_crash_test_server.cc
1901 deps:
1902 - grpc++_test_util
1903 - grpc_test_util
1904 - grpc++
1905 - grpc
1906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: credentials_test
1909 build: test
1910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/cpp/client/credentials_test.cc
1913 deps:
1914 - grpc++
1915 - grpc
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: cxx_byte_buffer_test
1918 build: test
1919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/cpp/util/byte_buffer_test.cc
1922 deps:
1923 - grpc_test_util
1924 - grpc++
1925 - grpc
1926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: cxx_slice_test
1929 build: test
1930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/cpp/util/slice_test.cc
1933 deps:
1934 - grpc_test_util
1935 - grpc++
1936 - grpc
1937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: cxx_string_ref_test
1940 build: test
1941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/cpp/util/string_ref_test.cc
1944 deps:
1945 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: cxx_time_test
1947 build: test
1948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/cpp/util/time_test.cc
1951 deps:
1952 - grpc_test_util
1953 - grpc++
1954 - grpc
1955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08001958 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959 build: test
1960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/cpp/end2end/end2end_test.cc
1963 deps:
1964 - grpc++_test_util
1965 - grpc_test_util
1966 - grpc++
1967 - grpc
1968 - gpr_test_util
1969 - gpr
vjpai083dc622016-01-11 09:41:17 -08001970- name: generic_async_streaming_ping_pong_test
1971 build: test
1972 language: c++
1973 src:
1974 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
1975 deps:
1976 - qps
1977 - grpc++_test_util
1978 - grpc_test_util
1979 - grpc++
1980 - grpc
1981 - gpr_test_util
1982 - gpr
1983 platforms:
1984 - mac
1985 - linux
1986 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: generic_end2end_test
1988 build: test
1989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/cpp/end2end/generic_end2end_test.cc
1992 deps:
1993 - grpc++_test_util
1994 - grpc_test_util
1995 - grpc++
1996 - grpc
1997 - gpr_test_util
1998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: grpc_cli
2000 build: test
2001 run: false
2002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/cpp/util/grpc_cli.cc
2005 deps:
2006 - grpc++_test_util
2007 - grpc_test_util
2008 - grpc++
2009 - grpc
2010 - gpr_test_util
2011 - gpr
2012 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: grpc_cpp_plugin
2014 build: protoc
2015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - src/compiler/cpp_plugin.cc
2018 deps:
2019 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020 secure: false
2021 vs_config_type: Application
2022 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2023- name: grpc_csharp_plugin
2024 build: protoc
2025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - src/compiler/csharp_plugin.cc
2028 deps:
2029 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030 secure: false
2031 vs_config_type: Application
2032 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2033- name: grpc_objective_c_plugin
2034 build: protoc
2035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - src/compiler/objective_c_plugin.cc
2038 deps:
2039 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 secure: false
2041 vs_config_type: Application
2042 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2043- name: grpc_python_plugin
2044 build: protoc
2045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - src/compiler/python_plugin.cc
2048 deps:
2049 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050 secure: false
2051 vs_config_type: Application
2052 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2053- name: grpc_ruby_plugin
2054 build: protoc
2055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - src/compiler/ruby_plugin.cc
2058 deps:
2059 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060 secure: false
2061 vs_config_type: Application
2062 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
2063- name: interop_client
2064 build: test
2065 run: false
2066 language: c++
2067 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002068 deps:
2069 - interop_client_main
2070 - interop_client_helper
2071 - grpc++_test_util
2072 - grpc_test_util
2073 - grpc++
2074 - grpc
2075 - gpr_test_util
2076 - gpr
2077 - grpc++_test_config
2078 platforms:
2079 - mac
2080 - linux
2081 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: interop_server
2083 build: test
2084 run: false
2085 language: c++
2086 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002087 deps:
2088 - interop_server_main
2089 - interop_server_helper
2090 - grpc++_test_util
2091 - grpc_test_util
2092 - grpc++
2093 - grpc
2094 - gpr_test_util
2095 - gpr
2096 - grpc++_test_config
2097 platforms:
2098 - mac
2099 - linux
2100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002102 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103 build: test
2104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/cpp/interop/interop_test.cc
2107 deps:
2108 - grpc_test_util
2109 - grpc
2110 - gpr_test_util
2111 - gpr
2112 platforms:
2113 - mac
2114 - linux
2115 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002116- name: metrics_client
2117 build: test
2118 run: false
2119 language: c++
2120 headers:
2121 - test/cpp/util/metrics_server.h
2122 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002123 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002124 - test/cpp/interop/metrics_client.cc
2125 deps:
2126 - grpc++
2127 - grpc
2128 - gpr
2129 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: mock_test
2131 build: test
2132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/cpp/end2end/mock_test.cc
2135 deps:
2136 - grpc++_test_util
2137 - grpc_test_util
2138 - grpc++
2139 - grpc
2140 - gpr_test_util
2141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142- name: qps_driver
2143 build: benchmark
2144 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/cpp/qps/qps_driver.cc
2147 deps:
2148 - qps
2149 - grpc++_test_util
2150 - grpc_test_util
2151 - grpc++
2152 - grpc
2153 - gpr_test_util
2154 - gpr
2155 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: qps_interarrival_test
2157 build: test
2158 run: false
2159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/cpp/qps/qps_interarrival_test.cc
2162 deps:
2163 - qps
2164 - grpc++_test_util
2165 - grpc_test_util
2166 - grpc++
2167 - grpc
2168 - gpr_test_util
2169 - gpr
2170 platforms:
2171 - mac
2172 - linux
2173 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: qps_openloop_test
2175 build: test
Nicolas "Pixel" Noble895a2df2015-10-27 21:27:10 +01002176 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/cpp/qps/qps_openloop_test.cc
2180 deps:
2181 - qps
2182 - grpc++_test_util
2183 - grpc_test_util
2184 - grpc++
2185 - grpc
2186 - gpr_test_util
2187 - gpr
2188 - grpc++_test_config
2189 platforms:
2190 - mac
2191 - linux
2192 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002194 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195 build: test
2196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/cpp/qps/qps_test.cc
2199 deps:
2200 - qps
2201 - grpc++_test_util
2202 - grpc_test_util
2203 - grpc++
2204 - grpc
2205 - gpr_test_util
2206 - gpr
2207 - grpc++_test_config
2208 exclude_configs:
2209 - tsan
2210 platforms:
2211 - mac
2212 - linux
2213 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: qps_worker
2215 build: benchmark
2216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002217 headers:
2218 - test/cpp/qps/client.h
2219 - test/cpp/qps/server.h
2220 src:
2221 - test/cpp/qps/worker.cc
2222 deps:
2223 - qps
2224 - grpc++_test_util
2225 - grpc_test_util
2226 - grpc++
2227 - grpc
2228 - gpr_test_util
2229 - gpr
2230 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: reconnect_interop_client
2232 build: test
2233 run: false
2234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002236 - src/proto/grpc/testing/empty.proto
2237 - src/proto/grpc/testing/messages.proto
2238 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002239 - test/cpp/interop/reconnect_interop_client.cc
2240 deps:
2241 - grpc++_test_util
2242 - grpc_test_util
2243 - grpc++
2244 - grpc
2245 - gpr_test_util
2246 - gpr
2247 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: reconnect_interop_server
2249 build: test
2250 run: false
2251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002253 - src/proto/grpc/testing/empty.proto
2254 - src/proto/grpc/testing/messages.proto
2255 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002256 - test/cpp/interop/reconnect_interop_server.cc
2257 deps:
2258 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002259 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002260 - grpc++_test_util
2261 - grpc_test_util
2262 - grpc++
2263 - grpc
2264 - gpr_test_util
2265 - gpr
2266 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: secure_auth_context_test
2268 build: test
2269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/cpp/common/secure_auth_context_test.cc
2272 deps:
2273 - grpc++_test_util
2274 - grpc_test_util
2275 - grpc++
2276 - grpc
2277 - gpr_test_util
2278 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002279- name: secure_sync_unary_ping_pong_test
2280 build: test
2281 language: c++
2282 src:
2283 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2284 deps:
2285 - qps
2286 - grpc++_test_util
2287 - grpc_test_util
2288 - grpc++
2289 - grpc
2290 - gpr_test_util
2291 - gpr
2292 platforms:
2293 - mac
2294 - linux
2295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002297 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/cpp/end2end/server_crash_test.cc
2302 deps:
2303 - grpc++_test_util
2304 - grpc_test_util
2305 - grpc++
2306 - grpc
2307 - gpr_test_util
2308 - gpr
2309 platforms:
2310 - mac
2311 - linux
2312 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: server_crash_test_client
2314 build: test
2315 run: false
2316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/cpp/end2end/server_crash_test_client.cc
2319 deps:
2320 - grpc++_test_util
2321 - grpc_test_util
2322 - grpc++
2323 - grpc
2324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: shutdown_test
2327 build: test
2328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/cpp/end2end/shutdown_test.cc
2331 deps:
2332 - grpc++_test_util
2333 - grpc_test_util
2334 - grpc++
2335 - grpc
2336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: status_test
2339 build: test
2340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/cpp/util/status_test.cc
2343 deps:
2344 - grpc_test_util
2345 - grpc++
2346 - grpc
2347 - gpr_test_util
2348 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002349- name: streaming_throughput_test
2350 build: test
2351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/cpp/end2end/streaming_throughput_test.cc
2354 deps:
2355 - grpc++_test_util
2356 - grpc_test_util
2357 - grpc++
2358 - grpc
2359 - gpr_test_util
2360 - gpr
2361 platforms:
2362 - mac
2363 - linux
2364 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002365- name: stress_test
2366 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002367 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002368 language: c++
2369 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002370 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002371 - test/cpp/interop/interop_client.h
2372 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002373 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002374 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002375 - src/proto/grpc/testing/empty.proto
2376 - src/proto/grpc/testing/messages.proto
2377 - src/proto/grpc/testing/metrics.proto
2378 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002379 - test/cpp/interop/interop_client.cc
2380 - test/cpp/interop/stress_interop_client.cc
2381 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002382 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002383 deps:
2384 - grpc++_test_util
2385 - grpc_test_util
2386 - grpc++
2387 - grpc
2388 - gpr_test_util
2389 - gpr
2390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: sync_streaming_ping_pong_test
2392 build: test
2393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2396 deps:
2397 - qps
2398 - grpc++_test_util
2399 - grpc_test_util
2400 - grpc++
2401 - grpc
2402 - gpr_test_util
2403 - gpr
2404 platforms:
2405 - mac
2406 - linux
2407 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408- name: sync_unary_ping_pong_test
2409 build: test
2410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
2412 - test/cpp/qps/sync_unary_ping_pong_test.cc
2413 deps:
2414 - qps
2415 - grpc++_test_util
2416 - grpc_test_util
2417 - grpc++
2418 - grpc
2419 - gpr_test_util
2420 - gpr
2421 platforms:
2422 - mac
2423 - linux
2424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002426 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427 build: test
2428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/cpp/end2end/thread_stress_test.cc
2431 deps:
2432 - grpc++_test_util
2433 - grpc_test_util
2434 - grpc++
2435 - grpc
2436 - gpr_test_util
2437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: zookeeper_test
2439 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002440 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002443 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002444 - test/cpp/end2end/zookeeper_test.cc
2445 deps:
2446 - grpc++_test_util
2447 - grpc_test_util
2448 - grpc++
2449 - grpc_zookeeper
2450 - grpc
2451 - gpr_test_util
2452 - gpr
2453 external_deps:
2454 - zookeeper
2455 platforms:
2456 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002457- name: public_headers_must_be_c89
2458 build: test
2459 language: c89
2460 src:
2461 - test/core/surface/public_headers_must_be_c89.c
2462 deps:
2463 - grpc
2464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002466- linkage: static
2467 name: grpc.dependencies.zlib
2468 props: false
2469 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002470 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002471- linkage: static
2472 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002473 props: true
2474 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002475 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002476- name: gflags
2477 props: false
2478 redist: false
2479 version: 2.1.2.1
2480- name: gtest
2481 props: false
2482 redist: false
2483 version: 1.7.0.1
murgatroid99879bc4f2015-11-05 10:35:04 -08002484node_modules:
2485- deps:
2486 - grpc
2487 - gpr
murgatroid9994a75412015-11-19 14:04:53 -08002488 headers:
2489 - src/node/ext/byte_buffer.h
2490 - src/node/ext/call.h
2491 - src/node/ext/call_credentials.h
2492 - src/node/ext/channel.h
2493 - src/node/ext/channel_credentials.h
2494 - src/node/ext/completion_queue_async_worker.h
2495 - src/node/ext/server.h
2496 - src/node/ext/server_credentials.h
2497 - src/node/ext/timeval.h
2498 js:
2499 - src/node/index.js
2500 - src/node/src/client.js
2501 - src/node/src/common.js
2502 - src/node/src/credentials.js
2503 - src/node/src/metadata.js
2504 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002505 name: grpc_node
2506 src:
2507 - src/node/ext/byte_buffer.cc
2508 - src/node/ext/call.cc
2509 - src/node/ext/call_credentials.cc
2510 - src/node/ext/channel.cc
2511 - src/node/ext/channel_credentials.cc
2512 - src/node/ext/completion_queue_async_worker.cc
2513 - src/node/ext/node_grpc.cc
2514 - src/node/ext/server.cc
2515 - src/node/ext/server_credentials.cc
2516 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002517python_dependencies:
2518 deps:
2519 - grpc
2520 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002521 - boringssl