summaryrefslogblamecommitdiff
path: root/tests/abuild.bats
blob: c3e19ce5606e8dfcc5487f750c842be760bd8652 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                               
                                      








                        
setup() {
	export ABUILD=../abuild
	export ABUILD_SHAREDIR=$PWD/..
}

@test "help text" {
	$ABUILD -h
}

@test "version string" {
	$ABUILD -V
}