aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
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/run_tests/sources_and_headers.json
parent07c4b573cff8de30e25e76f96617019d2199961a (diff)
add a test for secure_channel_create and fix cleanup code
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json14
1 files changed, 14 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"