From 0d7c49b1e9decddf161bcb4e4c12ab46c0e794ec Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 2 Jun 2011 14:07:04 +0000 Subject: testing/perl-[various]: run test --- testing/perl-php-serialization/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/perl-php-serialization') diff --git a/testing/perl-php-serialization/APKBUILD b/testing/perl-php-serialization/APKBUILD index cdeacec373..afe3edfc78 100644 --- a/testing/perl-php-serialization/APKBUILD +++ b/testing/perl-php-serialization/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() { -- cgit v1.2.3