aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/BUILD')
-rw-r--r--src/test/shell/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/shell/BUILD b/src/test/shell/BUILD
index 4055e4469b..95c387b055 100644
--- a/src/test/shell/BUILD
+++ b/src/test/shell/BUILD
@@ -1,5 +1,14 @@
package(default_visibility = ["//visibility:private"])
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]) + [
+ "//src/test/shell/bazel:srcs",
+ "//src/test/shell/integration:srcs",
+ ],
+ visibility = ["//src:__pkg__"],
+)
+
sh_library(
name = "bashunit",
srcs = ["unittest.bash"],