Skip to content
Snippets Groups Projects
Verified Commit c31c6dc2 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/cflow: add check

parent 28157613
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=cflow
pkgver=1.5
pkgrel=0
pkgrel=1
pkgdesc="Chart control flow in a C program"
url="https://www.gnu.org/software/cflow/"
arch="all"
......@@ -24,6 +24,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment