diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 15 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 33 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index df19892435..2325a6beb2 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14190,6 +14190,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" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 179b078263..13967f7f84 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -15439,6 +15439,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "headers_bad_client_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "initial_settings_frame_bad_client_test", "platforms": [ "linux", |