aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/BUILD')
-rw-r--r--tools/test/BUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/test/BUILD b/tools/test/BUILD
index 59c872e8b2..18dc71b493 100644
--- a/tools/test/BUILD
+++ b/tools/test/BUILD
@@ -48,3 +48,21 @@ filegroup(
] + glob(["LcovMerger/**"]),
visibility = ["//tools:__pkg__"],
)
+
+test_suite(
+ name = "windows_tests",
+ tags = [
+ "-no_windows",
+ "-slow",
+ ],
+ visibility = ["//visibility:private"],
+)
+
+test_suite(
+ name = "all_windows_tests",
+ tests = [
+ ":windows_tests",
+ "//tools/test/LcovMerger/javatests/com/google/devtools/lcovmerger:all_windows_tests",
+ ],
+ visibility = ["//tools:__pkg__"],
+)