Hi 👋
The macro build_test uses the rule _empty_test under the hood.
Such name for a rule is cryptic when trying to filter targets by kind:
bazelisk query 'kind(_empty_test, //...)'
What do you think, is there a chance to rename _empty_test to something more user-friendly, such as skylib_build_test?