From cf5c9dc7fd57448b5a2fbd21be411bf835cbff48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 30 May 2018 12:17:47 +0200 Subject: testing/diction: add check --- testing/diction/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing/diction') diff --git a/testing/diction/APKBUILD b/testing/diction/APKBUILD index 8994f1e090..fa60a718c8 100644 --- a/testing/diction/APKBUILD +++ b/testing/diction/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel pkgname=diction pkgver=1.11 -pkgrel=0 +pkgrel=1 pkgdesc="Style checkers for improving your writing" url="https://www.gnu.org/software/diction/diction.html" arch="all" @@ -32,6 +32,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3