aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bash/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bash/BUILD')
-rw-r--r--tools/bash/BUILD8
1 files changed, 8 insertions, 0 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__"],
+)