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