2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-30 10:41:18 +00:00
bazel-skylib/BUILD

17 lines
255 B
Python
Raw Normal View History

2017-10-10 14:59:31 +00:00
licenses(["notice"])
exports_files([
"LICENSE",
"lib.bzl",
])
filegroup(
name = "test_deps",
srcs = [
"BUILD",
"//lib:test_deps",
] + glob(["*.bzl"]),
test_only = True,
visibility = ["//visibility:public"],
)