diff options
Diffstat (limited to 'test/core/iomgr/BUILD')
-rw-r--r-- | test/core/iomgr/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index e2ca3d694a..0687fed27b 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -33,6 +33,8 @@ licenses(["notice"]) # 3-clause BSD load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +package(default_visibility = ["//visibility:public"]) # Useful for third party devs to test their io manager implementation. + grpc_cc_library( name = "endpoint_tests", srcs = ["endpoint_tests.c"], |