aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-12-10 10:36:28 -0800
committerGravatar David G. Quintas <dgq@google.com>2015-12-10 10:36:28 -0800
commit5a629d39294271230d13cf52c96e7fa49c7df3ca (patch)
tree600ab630dd07ad0ebf5e7fd2922e06887998d9e8 /tools/run_tests/sources_and_headers.json
parent034513198989ae075112eedeadcdbec8fcfcc8f3 (diff)
parent59d9f71b448a52d13b3b1128a0cd702d269ec02b (diff)
Merge pull request #4364 from yang-g/fixit_server_chttp2_c
Add a test for failing to add a port
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 8822126099..704131d5be 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -953,6 +953,20 @@
"gpr",
"gpr_test_util",
"grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
+ "name": "server_chttp2_test",
+ "src": [
+ "test/core/surface/server_chttp2_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
"grpc_test_util",
"test_tcp_server"
],