testing/badwolf: enable tests

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-02-09 21:25:00 +01:00 committed by Leo
parent 2fb181e43a
commit 854e2058cd

View File

@ -7,14 +7,18 @@ url="https://hacktivis.me/projects/badwolf"
arch="all"
license="BSD-3-Clause"
makedepends="webkit2gtk-dev"
subpackages="$pkgname-doc"
options="!check" # unit tests coming in next release
subpackages="$pkgname-doc $pkgname-dbg"
options=""
source="https://hacktivis.me/releases/badwolf-$pkgver.tar.gz"
build() {
make PREFIX=/usr CFLAGS="$CFLAGS"
}
check() {
make test
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}