aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bash
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/bash
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/bash')
-rw-r--r--tools/bash/BUILD8
-rw-r--r--tools/bash/runfiles/BUILD2
2 files changed, 9 insertions, 1 deletions
diff --git a/tools/bash/BUILD b/tools/bash/BUILD
index 2d0c314e46..ae28be9e9c 100644
--- a/tools/bash/BUILD
+++ b/tools/bash/BUILD
@@ -19,3 +19,11 @@ filegroup(
srcs = ["//tools/bash/runfiles:embedded_tools"],
visibility = ["//tools:__pkg__"],
)
+
+test_suite(
+ name = "all_windows_tests",
+ tests = [
+ "//tools/bash/runfiles:all_windows_tests",
+ ],
+ visibility = ["//tools:__pkg__"],
+)
diff --git a/tools/bash/runfiles/BUILD b/tools/bash/runfiles/BUILD
index adec4cef86..124d38f8e2 100644
--- a/tools/bash/runfiles/BUILD
+++ b/tools/bash/runfiles/BUILD
@@ -46,5 +46,5 @@ test_suite(
tests = [
":windows_tests",
],
- visibility = ["//src:__pkg__"],
+ visibility = ["//tools/bash:__pkg__"],
)