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

9 lines
141 B
Python

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