Skip to content
Snippets Groups Projects
Commit 604f18df authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Add check (no tests, but harmless)

parent ebab6e9e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ build() {
make
}
check() {
cd $pkgname-$pkgver
make -k check
}
package() {
cd $pkgname-$pkgver
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