Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_shell
/
19e2da0c9a5b16ec3337c94c256d3947dd81bb0a
/
.
/
tests
/
runfiles
/
BUILD
blob: dce292285a0b8bde5f24c7a7fed6147b433e09db [
file
]
load
(
"//shell:sh_test.bzl"
,
"sh_test"
)
sh_test
(
name
=
"runfiles_test"
,
srcs
=
[
"runfiles_test.bash"
],
deps
=
[
"//shell/runfiles"
],
)