1sh_test( 2 name = "linux-x86_path_test", 3 data = [ 4 "//prebuilts/build-tools:linux-x86", 5 ], 6 srcs = ["path_test.sh"], 7) 8 9test_suite( 10 name = "tests", 11 tests = [ 12 ":linux-x86_path_test", 13 ], 14) 15