Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_shell
/
refs/heads/upstream/fmeum-patch-1
/
.
/
tests
/
BUILD.bazel
blob: faa7068e00db706b16958523bb89d16cb1791f31 [
file
] [
log
] [
blame
] [
edit
]
load
(
"//shell:sh_test.bzl"
,
"sh_test"
)
# Placeholder test to get the release action's `bazel test` to pass.
sh_test
(
name
=
"test"
,
srcs
=
[
"test.sh"
],
)