Allow running tests directly (default poller, foundry wont see them)

pull/13679/head
Craig Tiller 7 years ago
parent 84d78acfa4
commit e55fb8aaa8
  1. 2
      bazel/grpc_build_system.bzl

@ -87,7 +87,7 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data
'linkopts': ["-pthread"],
}
if uses_polling:
native.cc_binary(testonly=True, **args)
native.cc_test(testonly=True, tags=['manual'], **args)
for poller in POLLERS:
native.sh_test(
name = name + '@poller=' + poller,

Loading…
Cancel
Save