android13/external/google-fruit/tests/util/BUILD

10 lines
142 B
Python

licenses(["notice"])
load("//third_party/fruit/tests:build_defs.bzl", "fruit_py_tests")
fruit_py_tests(
srcs = glob(["test_*.py"]),
)