bazel-skylib/lib/BUILD

9 lines
162 B
Python

licenses(["notice"])
filegroup(
name = "test_deps",
srcs = ["BUILD"] + glob(["*.bzl"]),
testonly = True,
visibility = ["//visibility:public"],
)