aboutsummaryrefslogtreecommitdiff
path: root/BUILD
blob: c73e51f5b67de59e8168f8086469f72828745471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
licenses(["notice"])

exports_files([
    "LICENSE",
    "lib.bzl",
])

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