From e213b8d5a030d6ee2b3ae28d6778acc5c2f8ae1c Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Fri, 24 Nov 2017 19:29:33 +0000 Subject: [PATCH] community/liboauth: add check --- community/liboauth/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/community/liboauth/APKBUILD b/community/liboauth/APKBUILD index eb609324c78..759738e56e1 100644 --- a/community/liboauth/APKBUILD +++ b/community/liboauth/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=liboauth pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="OAuth library functions" url="http://liboauth.sourceforge.net/" arch="all" @@ -32,6 +32,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install