diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-02-09 21:25:00 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-17 22:48:32 -0300 |
| commit | 854e2058cd35f5fd774bca2e4e6e50a9484ecbe1 (patch) | |
| tree | 1951e7eeea98996226afe848a6befe09ba8b646a /testing | |
| parent | 2fb181e43a90c4933bd9fe95d4aef386752bc8b6 (diff) | |
| download | aports-854e2058cd35f5fd774bca2e4e6e50a9484ecbe1.tar.bz2 aports-854e2058cd35f5fd774bca2e4e6e50a9484ecbe1.tar.xz | |
testing/badwolf: enable tests
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/badwolf/APKBUILD | 8 |
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 } |
