diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 22:50:16 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 22:51:16 +0200 |
commit | 41807e3da4aceb23ee4a7153c1d1a328d0459cf4 (patch) | |
tree | 9a54805cf3ef4d805c8e0f86842ca687986dbc4b /community | |
parent | 0e4ef1c7898a39e18a804e93070253828ce126e1 (diff) | |
download | aports-41807e3da4aceb23ee4a7153c1d1a328d0459cf4.tar.bz2 aports-41807e3da4aceb23ee4a7153c1d1a328d0459cf4.tar.xz |
community/arpack: run tests in check phase
Diffstat (limited to 'community')
-rw-r--r-- | community/arpack/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD index 009c1b1cd4..841225ac14 100644 --- a/community/arpack/APKBUILD +++ b/community/arpack/APKBUILD @@ -55,6 +55,11 @@ _build() { make } +check() { + cd "$builddir" + make check +} + package() { if [ "$_ilp64" = yes ]; then make -C "$_builddir64" DESTDIR="$pkgdir" install |