aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-12-10 14:04:00 -0800
committerGravatar yang-g <yangg@google.com>2015-12-10 14:04:00 -0800
commitd482e59d3a05edc0797cbc49639ee7a320e82055 (patch)
tree3deca796fb7f882a7ce822d83e2fc677ed30fead /tools
parent07c4b573cff8de30e25e76f96617019d2199961a (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.json14
-rw-r--r--tools/run_tests/tests.json18
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",