Add tests

This commit is contained in:
Jean Lucas
2019-11-05 13:45:22 -05:00
parent 4498f5f339
commit cf4e4590a1

View File

@@ -30,6 +30,11 @@ build() {
make build
}
check() {
cd $pkgname-$pkgver
make test
}
package() {
cd $pkgname-$pkgver
install -D stripe -t "$pkgdir"/usr/bin