Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
refs/heads/upstream/alexeagle-patch-2
/
.
/
e2e
/
smoke
/
basic.bats
blob: 97dac559c451042061ec46980077f3c383d029ea [
file
] [
log
] [
blame
] [
edit
]
bats_load_library
"bats-support"
bats_load_library
"bats-assert"
@test
'basic'
{
run echo
'have'
assert_output
'have'
}