1load(":buildifier_test.bzl", "buildifier_test") 2 3buildifier_test( 4 name = "buildifier_test", 5 size = "small", 6 data = [ 7 ":buildifier_test.bzl", 8 "//:all_files", 9 ], 10) 11