Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
90058127ff62fc63a3486f4c032c2aaa05ec9523
/
.
/
test
/
vscode
/
BUILD.bazel
blob: c43de025be11868f434ccc778de87f34e296d8ee [
file
]
load
(
"@rules_shell//shell:sh_binary.bzl"
,
"sh_binary"
)
sh_binary
(
name
=
"vscode_test"
,
srcs
=
[
"vscode_test_runner.sh"
],
args
=
[
package_name
()],
)