community/cloc: fix test invocation

This commit is contained in:
Sören Tempel 2017-04-03 08:56:49 +02:00
parent 962fb9c8f8
commit 24915ff078

View File

@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=cloc
pkgver=1.72
pkgrel=1
pkgrel=2
pkgdesc="Count lines of code"
url="https://github.com/AlDanial/cloc"
arch="noarch"
@ -19,7 +19,7 @@ build() {
}
check() {
make -C "$builddir"/Unix
make -C "$builddir"/Unix test
}
package() {