aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/runfiles/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp/runfiles/BUILD')
-rw-r--r--tools/cpp/runfiles/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/cpp/runfiles/BUILD b/tools/cpp/runfiles/BUILD
index 4a79245c04..dae87c911a 100644
--- a/tools/cpp/runfiles/BUILD
+++ b/tools/cpp/runfiles/BUILD
@@ -39,3 +39,19 @@ cc_test(
"@com_google_googletest//:gtest_main",
],
)
+
+test_suite(
+ name = "windows_tests",
+ tags = [
+ "-no_windows",
+ "-slow",
+ ],
+)
+
+test_suite(
+ name = "all_windows_tests",
+ tests = [
+ ":windows_tests",
+ ],
+ visibility = ["//tools:__pkg__"],
+)