Enable tests

This commit is contained in:
Luiz Amaral
2025-02-19 14:48:59 +01:00
parent 05210f7531
commit 4b5922ffcb

View File

@@ -47,6 +47,11 @@ build() {
make make
} }
check() {
cd "$srcdir/$_perlname-$pkgver"
make test
}
package() { package() {
cd "$srcdir/$_perlname-$pkgver" cd "$srcdir/$_perlname-$pkgver"
make install DESTDIR="$pkgdir/" make install DESTDIR="$pkgdir/"