aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-14 17:09:48 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-14 17:09:48 -0800
commitb60615895512e2e969d31dbaf7f9eed584b453e0 (patch)
tree69079043b19931d89d8ea275af2af81e0a7a426b /test/core/util
parent88a7a9f82e3a78f28b3e6eb1fba474051d72173b (diff)
parent070f0c4b677c89052fa92bd24e9541ac1c0ef827 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/util/BUILD b/test/core/util/BUILD
index bc6fe9dd64..2437923435 100644
--- a/test/core/util/BUILD
+++ b/test/core/util/BUILD
@@ -103,6 +103,7 @@ grpc_cc_library(
grpc_cc_library(
name = "fuzzer_corpus_test",
+ testonly = 1,
srcs = ["fuzzer_corpus_test.cc"],
deps = [
":gpr_test_util",