| licenses(["notice"]) | |
| filegroup( | |
| name = "srcs", | |
| testonly = 0, | |
| srcs = [ | |
| "BUILD", | |
| "//src/test/java/com/google/devtools/build/lib/syntax/util:srcs", | |
| ], | |
| visibility = ["//visibility:public"], | |
| ) | |
| test_suite( | |
| name = "windows_tests", | |
| tags = [], | |
| ) # unneeded? | |
| test_suite( | |
| name = "all_windows_tests", | |
| tests = [], | |
| ) |