testing/libupnp: add check

This commit is contained in:
prspkt 2018-03-24 21:35:02 +00:00 committed by Jakub Jirutka
parent 5f984c11c0
commit 76e224d0d4

View File

@ -23,6 +23,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install