From ac5833d64ef8f526fb0e62a04dc371c769674fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Fri, 18 Aug 2017 16:14:41 +0200 Subject: community/xapian-core: add check function --- community/xapian-core/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'community/xapian-core/APKBUILD') diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 2af54f2526..4e49a90e42 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=xapian-core pkgver=1.4.4 -pkgrel=0 +pkgrel=1 pkgdesc="Open source search engine library" url="http://www.xapian.org/" arch="all" @@ -28,6 +28,10 @@ build() { make } +check() { + make VALGRIND= -C "$builddir" check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3