aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2015-12-10 20:33:16 -0800
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2015-12-10 20:33:16 -0800
commitc54f88ee8d39e2681d2a014bf245ee6b66d4a21c (patch)
treeb70eb529aac79f2b8b68ffd128bf66105d97aaa0 /tools/run_tests/sources_and_headers.json
parent9b315a14d3639a737612d1eda392ef10234de387 (diff)
parentd47a44d8ad170d78aa675c3aa7d3b2af19f63e3b (diff)
Merge pull request #4403 from yang-g/fixit_secure_channel_create_c
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 faf5606ec4..7d10240818 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"