mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/bfs: invoke upstream testsuite in check
This commit is contained in:
parent
dff2946bdb
commit
45b93e6213
@ -8,7 +8,9 @@ url="https://github.com/tavianator/bfs"
|
|||||||
arch="all"
|
arch="all"
|
||||||
license="0BSD"
|
license="0BSD"
|
||||||
makedepends="linux-headers"
|
makedepends="linux-headers"
|
||||||
|
checkdepends="bash coreutils diffutils"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
options="!checkroot"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/tavianator/$pkgname/archive/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/tavianator/$pkgname/archive/$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
@ -17,8 +19,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
make -C "$builddir" check
|
||||||
./bfs -nohidden > /dev/null
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user