summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-02 13:42:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-02 13:42:37 +0000
commitb027430c4d3cdede445e9377ba9b4ada529d2b66 (patch)
tree497ba1ec5bd43d009167815d4be79b9896a27f11
parent9ce7009077e1fb371cac8b148c9f97eab3dd8d15 (diff)
downloadaports-b027430c4d3cdede445e9377ba9b4ada529d2b66.tar.bz2
aports-b027430c4d3cdede445e9377ba9b4ada529d2b66.tar.xz
testing/perl-file-slurp: run test
-rw-r--r--testing/perl-file-slurp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-file-slurp/APKBUILD b/testing/perl-file-slurp/APKBUILD
index 42f222bad..3a4abff3d 100644
--- a/testing/perl-file-slurp/APKBUILD
+++ b/testing/perl-file-slurp/APKBUILD
@@ -25,7 +25,7 @@ prepare() {
build() {
cd "$_builddir"
- make
+ make && make test
}
package() {