aboutsummaryrefslogtreecommitdiff
path: root/tests/BUILD.bazel
blob: bc6d1df2eb4a9efa55986eecc793e0797181c040 (plain)
1
2
3
4
5
6
7
8
9
10
load(":buildifier_test.bzl", "buildifier_test")

buildifier_test(
    name = "buildifier_test",
    size = "small",
    data = [
        ":buildifier_test.bzl",
        "//:all_files",
    ],
)