diff options
author | yang-g <yangg@google.com> | 2015-12-10 14:04:00 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-10 14:04:00 -0800 |
commit | d482e59d3a05edc0797cbc49639ee7a320e82055 (patch) | |
tree | 3deca796fb7f882a7ce822d83e2fc677ed30fead /tools | |
parent | 07c4b573cff8de30e25e76f96617019d2199961a (diff) |
add a test for secure_channel_create and fix cleanup code
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 704131d5be..d8263621c4 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -943,6 +943,20 @@ ], "headers": [], "language": "c", + "name": "secure_channel_create_test", + "src": [ + "test/core/surface/secure_channel_create_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "secure_endpoint_test", "src": [ "test/core/security/secure_endpoint_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 289a13d8c4..fd36a99290 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1071,6 +1071,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "secure_channel_create_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "secure_endpoint_test", "platforms": [ "linux", |