blob: 964802ce9b72dab0d0fd4423c137fbd07fae201c [file] [log] [blame]
package(default_visibility = ["//visibility:private"])
filegroup(
name = "srcs",
srcs = glob(
["**"],
exclude = [
"*~",
".*",
],
),
visibility = ["//tools/bash:__pkg__"],
)
filegroup(
name = "embedded_tools",
srcs = [
"BUILD.tools",
],
visibility = ["//tools/bash:__pkg__"],
)
test_suite(
name = "windows_tests",
tags = [
"-no_windows",
"-slow",
],
)
test_suite(
name = "all_windows_tests",
tests = [
":windows_tests",
],
visibility = ["//src:__pkg__"],
)