Making test/core/iomgr visible.

pull/10621/head
Nicolas "Pixel" Noble 8 years ago
parent 987267f633
commit e93306e54d
  1. 2
      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"],

Loading…
Cancel
Save