mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
8 lines
134 B
Bash
8 lines
134 B
Bash
bats_load_library 'bats-support'
|
|
bats_load_library 'bats-assert'
|
|
bats_load_library 'bats-custom'
|
|
|
|
@test 'env' {
|
|
run custom_test_fn
|
|
}
|