diff options
author | yang-g <yangg@google.com> | 2015-12-09 07:49:18 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-09 07:49:18 -0800 |
commit | 5809d2bd7e83d042575c90d2568f7d2c44533108 (patch) | |
tree | 987f017ff3321385426b8d536b4912102cafe61e /tools | |
parent | bd000af27896441b34b3d1983db5ea1ec645cc43 (diff) | |
parent | b670e8a371b626ccf12d71b4e05feb192022c123 (diff) |
merge with head
Diffstat (limited to 'tools')
-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 a6053ed726..d5a31381eb 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -80,6 +80,20 @@ ], "headers": [], "language": "c", + "name": "chttp2_varint_test", + "src": [ + "test/core/transport/chttp2/varint_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "compression_test", "src": [ "test/core/compression/compression_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 228617eb34..c6052dd47d 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -101,6 +101,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "chttp2_varint_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "compression_test", "platforms": [ "linux", |