aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/cc/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-09 23:36:39 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 23:38:24 -0700
commitdf16c77a501ba634b30a1e3d6f76023ac9ea93a9 (patch)
treee01d5f1ac11d565ed00f7f66059eaa884167c910 /tools/build_defs/cc/BUILD
parent18e3f8f24891009ada4da4a2e20e8383df91f0be (diff)
Windows: add //tools/... tests to test suite
Add all tests under //tools/... to //src:all_windows_tests, to run them on Bazel CI. See https://github.com/bazelbuild/bazel/issues/4292 Closes #5839. Change-Id: Iae647f561683cc50ef62416c4b834576ae918486 PiperOrigin-RevId: 208167743
Diffstat (limited to 'tools/build_defs/cc/BUILD')
-rw-r--r--tools/build_defs/cc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/cc/BUILD b/tools/build_defs/cc/BUILD
index 5e6ca3c90a..c0e9019cc7 100644
--- a/tools/build_defs/cc/BUILD
+++ b/tools/build_defs/cc/BUILD
@@ -8,7 +8,7 @@ filegroup(
visibility = [
"//devtools/blaze/integration:__pkg__",
"//:__pkg__",
- "//tools:__pkg__",
+ "//tools/build_defs:__pkg__",
],
)