unplugged-system/prebuilts/build-tools/tests/BUILD.bazel

15 lines
227 B
Python
Raw Normal View History

sh_test(
name = "linux-x86_path_test",
data = [
"//prebuilts/build-tools:linux-x86",
],
srcs = ["path_test.sh"],
)
test_suite(
name = "tests",
tests = [
":linux-x86_path_test",
],
)