aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-29 11:10:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-29 11:10:14 -0700
commit2c357bc62e795affe6a9278193b579960aaf56ec (patch)
treec2a9d4a0e4ac386b5bf7ac7c4bd3d3e39db8a4a4 /test/core/util/BUILD
parent1c9ef7c5ef8a42b5d02bdd55146d8346d87034b1 (diff)
Moving to allow fuzzer test to run entire corpora under bazel
Diffstat (limited to 'test/core/util/BUILD')
-rw-r--r--test/core/util/BUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/core/util/BUILD b/test/core/util/BUILD
index 10eefe159a..abb50a0c99 100644
--- a/test/core/util/BUILD
+++ b/test/core/util/BUILD
@@ -89,12 +89,16 @@ grpc_cc_library(
)
grpc_cc_library(
- name = "one_corpus_entry_fuzzer",
- srcs = ["one_corpus_entry_fuzzer.c"],
+ name = "fuzzer_corpus_test",
+ srcs = ["fuzzer_corpus_test.cc"],
deps = [
":gpr_test_util",
"//:grpc",
],
+ external_deps = [
+ "gtest",
+ "gflags",
+ ],
)
sh_library(