aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-12-16 17:36:04 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2015-12-16 17:36:04 -0800
commit7052ac25e60e137514d9a201a86eeb9b29b03d24 (patch)
tree2ce8f32319129e346a27d3b29a9b8d6b440cdd6c /build.yaml
parent886b7d19bafbb61e84141e66a040da8c27781c44 (diff)
parent788767a18f918131268ca88985b3547a8257e973 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml181
1 files changed, 165 insertions, 16 deletions
diff --git a/build.yaml b/build.yaml
index af04e39cf1..e988fb2e41 100644
--- a/build.yaml
+++ b/build.yaml
@@ -116,7 +116,6 @@ filegroups:
- src/core/channel/context.h
- src/core/channel/http_client_filter.h
- src/core/channel/http_server_filter.h
- - src/core/channel/noop_filter.h
- src/core/channel/subchannel_call_holder.h
- src/core/client_config/client_config.h
- src/core/client_config/connector.h
@@ -134,8 +133,6 @@ filegroups:
- src/core/client_config/resolvers/sockaddr_resolver.h
- src/core/client_config/subchannel.h
- src/core/client_config/subchannel_factory.h
- - src/core/client_config/subchannel_factory_decorators/add_channel_arg.h
- - src/core/client_config/subchannel_factory_decorators/merge_channel_args.h
- src/core/client_config/uri_parser.h
- src/core/compression/algorithm_metadata.h
- src/core/compression/message_compress.h
@@ -239,7 +236,6 @@ filegroups:
- src/core/channel/connected_channel.c
- src/core/channel/http_client_filter.c
- src/core/channel/http_server_filter.c
- - src/core/channel/noop_filter.c
- src/core/channel/subchannel_call_holder.c
- src/core/client_config/client_config.c
- src/core/client_config/connector.c
@@ -258,8 +254,6 @@ filegroups:
- src/core/client_config/resolvers/sockaddr_resolver.c
- src/core/client_config/subchannel.c
- src/core/client_config/subchannel_factory.c
- - src/core/client_config/subchannel_factory_decorators/add_channel_arg.c
- - src/core/client_config/subchannel_factory_decorators/merge_channel_args.c
- src/core/client_config/uri_parser.c
- src/core/compression/algorithm.c
- src/core/compression/message_compress.c
@@ -321,6 +315,7 @@ filegroups:
- src/core/surface/channel.c
- src/core/surface/channel_connectivity.c
- src/core/surface/channel_create.c
+ - src/core/surface/channel_ping.c
- src/core/surface/completion_queue.c
- src/core/surface/event_string.c
- src/core/surface/init.c
@@ -826,6 +821,24 @@ libs:
- winsock
- global
targets:
+- name: algorithm_test
+ build: test
+ language: c
+ src:
+ - test/core/compression/algorithm_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+- name: alloc_test
+ build: test
+ language: c
+ src:
+ - test/core/support/alloc_test.c
+ deps:
+ - gpr_test_util
+ - gpr
- name: alpn_test
build: test
language: c
@@ -846,6 +859,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: channel_create_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/channel_create_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: chttp2_hpack_encoder_test
build: test
language: c
@@ -876,6 +899,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: chttp2_varint_test
+ build: test
+ language: c
+ src:
+ - test/core/transport/chttp2/varint_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: compression_test
build: test
language: c
@@ -886,6 +919,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: dns_resolver_test
+ build: test
+ language: c
+ src:
+ - test/core/client_config/resolvers/dns_resolver_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: dualstack_socket_test
build: test
language: c
@@ -1228,6 +1271,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: grpc_invalid_channel_args_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/invalid_channel_args_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: grpc_json_token_test
build: test
language: c
@@ -1336,6 +1389,38 @@ targets:
- mac
- linux
- posix
+- name: httpscli_test
+ build: test
+ language: c
+ src:
+ - test/core/httpcli/httpscli_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ platforms:
+ - linux
+- name: init_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/init_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+- name: invalid_call_argument_test
+ build: test
+ language: c
+ src:
+ - test/core/end2end/invalid_call_argument_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: json_rewrite
build: test
run: false
@@ -1355,6 +1440,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: json_stream_error_test
+ build: test
+ language: c
+ src:
+ - test/core/json/json_stream_error_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: json_test
build: test
language: c
@@ -1409,16 +1504,6 @@ targets:
- grpc
- gpr_test_util
- gpr
-- name: multi_init_test
- build: test
- language: c
- src:
- - test/core/surface/multi_init_test.c
- deps:
- - grpc_test_util
- - grpc
- - gpr_test_util
- - gpr
- name: multiple_server_queues_test
build: test
language: c
@@ -1457,6 +1542,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: secure_channel_create_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/secure_channel_create_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: secure_endpoint_test
build: test
language: c
@@ -1467,6 +1562,26 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: server_chttp2_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/server_chttp2_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+- name: server_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/server_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: set_initial_connect_string_test
build: test
language: c
@@ -1478,6 +1593,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: sockaddr_resolver_test
+ build: test
+ language: c
+ src:
+ - test/core/client_config/resolvers/sockaddr_resolver_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: sockaddr_utils_test
build: test
language: c
@@ -1488,6 +1613,20 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: socket_utils_test
+ build: test
+ language: c
+ src:
+ - test/core/iomgr/socket_utils_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ platforms:
+ - mac
+ - linux
+ - posix
- name: tcp_client_posix_test
build: test
language: c
@@ -1580,6 +1719,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: transport_connectivity_state_test
+ build: test
+ language: c
+ src:
+ - test/core/transport/connectivity_state_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: transport_metadata_test
build: test
language: c