aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/badwolf/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/badwolf/APKBUILD b/testing/badwolf/APKBUILD
index 89a24e78d5..ca49255833 100644
--- a/testing/badwolf/APKBUILD
+++ b/testing/badwolf/APKBUILD
@@ -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
}