aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index a6feea5074..e54282dd29 100644
--- a/build.yaml
+++ b/build.yaml
@@ -570,6 +570,7 @@ filegroups:
- test/core/util/memory_counters.h
- test/core/util/mock_endpoint.h
- test/core/util/parse_hexstring.h
+ - test/core/util/passthru_endpoint.h
- test/core/util/port.h
- test/core/util/port_server_client.h
- test/core/util/slice_splitter.h
@@ -581,6 +582,7 @@ filegroups:
- test/core/util/memory_counters.c
- test/core/util/mock_endpoint.c
- test/core/util/parse_hexstring.c
+ - test/core/util/passthru_endpoint.c
- test/core/util/port_posix.c
- test/core/util/port_server_client.c
- test/core/util/port_windows.c
@@ -1105,6 +1107,19 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: api_fuzzer
+ build: fuzzer
+ language: c
+ src:
+ - test/core/end2end/fuzzers/api_fuzzer.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ corpus_dirs:
+ - test/core/end2end/fuzzers/api_fuzzer_corpus
+ maxlen: 2048
- name: bin_encoder_test
build: test
language: c