From 76e224d0d4b6980eb2bac1b6a00d49063c4faabd Mon Sep 17 00:00:00 2001 From: prspkt Date: Sat, 24 Mar 2018 21:35:02 +0000 Subject: testing/libupnp: add check --- testing/libupnp/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing/libupnp') 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 -- cgit v1.2.3