aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-10 09:41:26 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-10 09:41:26 -0800
commit7079809a63a096120992c0da73347d8a1dae6b71 (patch)
treee94be8de48e343ddd1993681e0df0c1d998a9c97 /build.yaml
parent84c8a027d3b9427982bc31be52e587ecd3462b9d (diff)
parent92fd7e147a1433ddb34bb7175dad0eed9f353312 (diff)
Merge remote-tracking branch 'upstream/master' into service_config_json
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 1045b51eb5..e2469d47fe 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2576,6 +2576,19 @@ targets:
- mac
- linux
- posix
+- name: ssl_server_fuzzer
+ build: fuzzer
+ language: c
+ src:
+ - test/core/security/ssl_server_fuzzer.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ corpus_dirs:
+ - test/core/security/corpus/ssl_server_corpus
+ maxlen: 2048
- name: tcp_client_posix_test
cpu_cost: 0.5
build: test