aboutsummaryrefslogtreecommitdiff
path: root/gazelle/manifest/test/BUILD.bazel
blob: 28c6c548d9bcac18b5d54b38b70d3eb95e1e7a52 (plain)
1
2
3
4
5
6
7
8
9
# gazelle:ignore

exports_files(["test.go"])

filegroup(
    name = "distribution",
    srcs = glob(["**"]),
    visibility = ["//manifest:__pkg__"],
)