aboutsummaryrefslogtreecommitdiff
path: root/toolchains/unittest/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/unittest/BUILD')
-rw-r--r--toolchains/unittest/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchains/unittest/BUILD b/toolchains/unittest/BUILD
index 19b1043..fbe3879 100644
--- a/toolchains/unittest/BUILD
+++ b/toolchains/unittest/BUILD
@@ -47,3 +47,12 @@ toolchain(
toolchain = ":bash",
toolchain_type = TOOLCHAIN_TYPE,
)
+
+filegroup(
+ name = "test_deps",
+ testonly = True,
+ srcs = [
+ "BUILD",
+ ],
+ visibility = ["//:__pkg__"],
+)