mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/cloc: fix test invocation
This commit is contained in:
parent
962fb9c8f8
commit
24915ff078
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user