diff options
author | yang-g <yangg@google.com> | 2015-12-07 14:24:41 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-07 14:24:41 -0800 |
commit | 440e8a969605069d2ce1aaaabe366586dc58c2c3 (patch) | |
tree | f236919a959b8c018ba1b51b80c35b35efbd6db8 /tools/run_tests/sources_and_headers.json | |
parent | 4852b595d4cd7eed175983f3170460471a2b0fba (diff) | |
parent | d9330176b19c123cc59e6cea64cd287c8665cc7d (diff) |
merge with head
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 0a076bbf9e..3fbc70a2d1 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14204,6 +14204,21 @@ ], "headers": [], "language": "c", + "name": "headers_bad_client_test", + "src": [ + "test/core/bad_client/tests/headers.c" + ] + }, + { + "deps": [ + "bad_client_test", + "gpr", + "gpr_test_util", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "language": "c", "name": "initial_settings_frame_bad_client_test", "src": [ "test/core/bad_client/tests/initial_settings_frame.c" |