From aed8d28022e84c2116edc7ae9b30a5098dae0957 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 3 Sep 2017 19:52:16 -0500 Subject: main/fontconfig: add tests --- main/fontconfig/APKBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main/fontconfig/APKBUILD') diff --git a/main/fontconfig/APKBUILD b/main/fontconfig/APKBUILD index 3dd272836a..db3cd08420 100644 --- a/main/fontconfig/APKBUILD +++ b/main/fontconfig/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa pkgname=fontconfig pkgver=2.12.4 -pkgrel=0 -pkgdesc="The Fontconfig package is a library for configuring and customizing font access." +pkgrel=1 +pkgdesc="Library for configuring and customizing font access" url="http://fontconfig.org" arch="all" license="GPL" @@ -31,6 +31,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make -j1 DESTDIR="$pkgdir" install -- cgit v1.2.3