Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
4f6b4bd5cb89232c98f568f4df2d4b4002084faa
/
.
/
lib
/
tests
/
bats
/
bats-custom
/
BUILD.bazel
blob: be81fe67bfaa35f1ab93c30c3fd22ceb5c96f3cc [
file
] [
log
] [
blame
]
load
(
"@aspect_bazel_lib//lib:copy_to_directory.bzl"
,
"copy_to_directory"
)
copy_to_directory
(
name
=
"custom"
,
srcs
=
[
"load.bash"
,
],
out
=
"bats-custom"
,
visibility
=
[
"//visibility:public"
],
)