diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-12-09 09:37:02 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-12-09 09:37:02 -0800 |
commit | 359a291e9b499c0822fdea316784694705ed2170 (patch) | |
tree | bb9e44435e27c13968f245bdbe79c2a413303360 /tools/run_tests | |
parent | aa5a61e888c168ff8fc78847e43bdbf0592df76c (diff) | |
parent | eec13dc4de1023ed4cf3046f074ed2ed40d865a4 (diff) |
Merge github.com:grpc/grpc into make_a_full_request
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 70e5f63803..6538c50954 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -38,6 +38,20 @@ ], "headers": [], "language": "c", + "name": "channel_create_test", + "src": [ + "test/core/surface/channel_create_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "chttp2_hpack_encoder_test", "src": [ "test/core/transport/chttp2/hpack_encoder_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 6fb0737fcf..30727f6239 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -47,6 +47,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "channel_create_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "chttp2_hpack_encoder_test", "platforms": [ "linux", |