abuild/tests/abuild.bats

12 lines
112 B
Plaintext
Raw Normal View History

2019-11-07 11:01:18 +00:00
setup() {
export ABUILD=../abuild
}
@test "help text" {
$ABUILD -h
}
@test "version string" {
$ABUILD -V
}