summaryrefslogtreecommitdiffstats
path: root/tests/abuild.bats
blob: 159762dec604b6124b2f6abcffe6c5427a6af8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
setup() {
	export ABUILD=../abuild
}

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

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