aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 06:42:02 -0700
committerGravatar GitHub <noreply@github.com>2016-10-26 06:42:02 -0700
commit4c2e3e7bb9f32d252a664bb83c5dea3ecda65a9b (patch)
tree4092671f1f1f66f201d9d81efe3fc9ac16f3b546 /tools/run_tests/sources_and_headers.json
parent79b75b9a43a8255b4e4409b50ba0e3ab4b007912 (diff)
parent7be1322b869243d02ec4983ff5c8027761c3ff61 (diff)
Merge pull request #8377 from htuch/alpn
Introduce a grpc-exp ALPN protocol identifier.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 02cf4eb00f..60138a49a2 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -1140,6 +1140,40 @@
"headers": [],
"is_filegroup": false,
"language": "c",
+ "name": "handshake_client",
+ "src": [
+ "test/core/handshake/client_ssl.c"
+ ],
+ "third_party": false,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c",
+ "name": "handshake_server",
+ "src": [
+ "test/core/handshake/server_ssl.c"
+ ],
+ "third_party": false,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c",
"name": "hpack_parser_fuzzer_test",
"src": [
"test/core/transport/chttp2/hpack_parser_fuzzer_test.c"