summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-astro-suntime/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-astro-suntime/APKBUILD b/testing/perl-astro-suntime/APKBUILD
index 9d31915a4..418587138 100644
--- a/testing/perl-astro-suntime/APKBUILD
+++ b/testing/perl-astro-suntime/APKBUILD
@@ -19,7 +19,7 @@ _builddir="$srcdir/$_realname-$pkgver"
build() {
cd $_builddir
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
+ make && make test || return 1
}
package() {