abuild/tests/abuild.bats

13 lines
160 B
Plaintext
Raw Normal View History

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