aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/BUILD')
-rw-r--r--tools/python/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/python/BUILD b/tools/python/BUILD
index ab09128e0c..a344b44287 100644
--- a/tools/python/BUILD
+++ b/tools/python/BUILD
@@ -31,3 +31,11 @@ filegroup(
],
visibility = ["//tools:__pkg__"],
)
+
+test_suite(
+ name = "all_windows_tests",
+ tests = [
+ "//tools/python/runfiles:all_windows_tests",
+ ],
+ visibility = ["//tools:__pkg__"],
+)