aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-06 10:24:57 -0700
committerGravatar GitHub <noreply@github.com>2017-10-06 10:24:57 -0700
commit1b11c745417dc54ccc31bba4cdfb2adb02c09ab9 (patch)
tree2e787355aee5e2c3c0d30e16c3b536e1016c93a3 /test/core/util/BUILD
parent12f38b8ecc112d46f372f4c20e0d47a365a43a7e (diff)
parentd3568c0a206b6c4b7529176e181f04c6624b1295 (diff)
Merge pull request #12769 from ctiller/fuzzy
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(