aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jdk/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jdk/BUILD')
-rw-r--r--tools/jdk/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/jdk/BUILD b/tools/jdk/BUILD
index f1202e5bc5..8598fdfa9a 100644
--- a/tools/jdk/BUILD
+++ b/tools/jdk/BUILD
@@ -263,3 +263,18 @@ java_import(
name = "JacocoCoverage",
jars = [":JacocoCoverage_deploy.jar"],
)
+
+test_suite(
+ name = "windows_tests",
+ tags = [
+ "-no_windows",
+ "-slow",
+ ],
+ visibility = ["//visibility:private"],
+)
+
+test_suite(
+ name = "all_windows_tests",
+ tests = [":windows_tests"],
+ visibility = ["//tools:__pkg__"],
+)