aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 00:52:49 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 00:53:07 +0100
commit622932f98c7b7e8a51798906eebb5adc3f0b5133 (patch)
tree7871a5944ffc45e8ef29eb1a057ac309af72ad85 /testing
parent09b2d46b4ebe3d8b0ee808a52b280d63f9997ee2 (diff)
downloadaports-622932f98c7b7e8a51798906eebb5adc3f0b5133.tar.bz2
aports-622932f98c7b7e8a51798906eebb5adc3f0b5133.tar.xz
testing/aqbanking: add check
Diffstat (limited to 'testing')
-rw-r--r--testing/aqbanking/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/aqbanking/APKBUILD b/testing/aqbanking/APKBUILD
index f846fa62c1..5bd93b7ce1 100644
--- a/testing/aqbanking/APKBUILD
+++ b/testing/aqbanking/APKBUILD
@@ -3,7 +3,7 @@
pkgname=aqbanking
pkgver=5.6.12
_pkgrel=208
-pkgrel=2
+pkgrel=3
pkgdesc="A library for online banking and financial applications"
url="http://www.aquamaniac.de/aqbanking"
arch="all"
@@ -24,6 +24,10 @@ prepare() {
autoreconf -vfi
}
+check() {
+ make -C "$builddir" check
+}
+
build() {
cd "$builddir"
./configure \