Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
eccf91a25505f750ad102e04b754b7391fdf5e3e
/
.
/
test
/
BUILD.bazel
blob: a4ac9507e4311e25f7de05298eeb7ec5f10d62d9 [
file
] [
log
] [
blame
]
load
(
"@rules_shell//shell:sh_binary.bzl"
,
"sh_binary"
)
sh_binary
(
name
=
"query_test_binary"
,
srcs
=
[
"query_test_binary.sh"
],
)