2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00
bazel-lib/lib/tests/BUILD.bazel

10 lines
225 B
Python
Raw Normal View History

2021-11-08 15:22:47 +00:00
load(":expand_make_vars_test.bzl", "expand_make_vars_test_suite")
load(":utils_test.bzl", "utils_test_suite")
load(":paths_test.bzl", "paths_test_suite")
2021-11-08 15:22:47 +00:00
expand_make_vars_test_suite()
paths_test_suite()
utils_test_suite()