diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-24 21:35:02 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 19:54:36 +0200 |
commit | 76e224d0d4b6980eb2bac1b6a00d49063c4faabd (patch) | |
tree | c34bab456b84c2d037380f7ebad9d3b91c398898 /testing/libupnp | |
parent | 5f984c11c0b4e36612c5f4953c6181b314b3e39b (diff) | |
download | aports-76e224d0d4b6980eb2bac1b6a00d49063c4faabd.tar.bz2 aports-76e224d0d4b6980eb2bac1b6a00d49063c4faabd.tar.xz |
testing/libupnp: add check
Diffstat (limited to 'testing/libupnp')
-rw-r--r-- | testing/libupnp/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD index 6240bcd2a2..f76a80c680 100644 --- a/testing/libupnp/APKBUILD +++ b/testing/libupnp/APKBUILD @@ -23,6 +23,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install |