Skip to content
Snippets Groups Projects
Commit 2e9b303e authored by A. Wilcox's avatar A. Wilcox Committed by Timo Teräs
Browse files

main/isl: add test suite

parent 4d9ce772
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,11 @@ build() { ...@@ -31,6 +31,11 @@ build() {
make make
} }
check() {
cd "$builddir"
make check
}
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" INSTALL="install -D" install make DESTDIR="$pkgdir" INSTALL="install -D" 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