mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-25 16:32:14 +00:00
69dd828919
prefix each test output so its easier to see what is tested
13 lines
160 B
Bash
13 lines
160 B
Bash
setup() {
|
|
export ABUILD=../abuild
|
|
export ABUILD_SHAREDIR=$PWD/..
|
|
}
|
|
|
|
@test "abuild: help text" {
|
|
$ABUILD -h
|
|
}
|
|
|
|
@test "abuild: version string" {
|
|
$ABUILD -V
|
|
}
|