testing/diction: add check

This commit is contained in:
Sören Tempel 2018-05-30 12:17:47 +02:00
parent b146898f72
commit cf5c9dc7fd

View File

@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=diction pkgname=diction
pkgver=1.11 pkgver=1.11
pkgrel=0 pkgrel=1
pkgdesc="Style checkers for improving your writing" pkgdesc="Style checkers for improving your writing"
url="https://www.gnu.org/software/diction/diction.html" url="https://www.gnu.org/software/diction/diction.html"
arch="all" arch="all"
@ -32,6 +32,11 @@ build() {
make make
} }
check() {
cd "$builddir"
make check
}
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install