1load(":bzl_test.bzl", "bzl_test") 2 3bzl_test( 4 name = "def_bzl_test", 5 src = "do_nothing_macro.bzl", 6 deps = ["//:def"], 7)
View as plain text