aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_build_system.bzl
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-03-06 17:13:06 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-03-06 19:22:34 -0800
commit0a05b782fe0acdd4d5d14ee486baf51d779449c7 (patch)
treef30799b6922e8eb39ee1a2e82486b6cb227c01c5 /bazel/grpc_build_system.bzl
parent3c5e12de08a255edf78890d7408e2f98ebca7e2d (diff)
Move python DNS utilities to utils subdirectory
Diffstat (limited to 'bazel/grpc_build_system.bzl')
-rw-r--r--bazel/grpc_build_system.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 7bc186265d..e04e064037 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -174,6 +174,7 @@ def grpc_py_binary(name, srcs, data = [], deps = [], external_deps = [], testonl
native.py_binary(
name = name,
srcs = srcs,
+ testonly = testonly,
data = data,
deps = deps + _get_external_deps(external_deps)
)