diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 13:43:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 13:43:25 +0000 |
commit | ad03495c170a00388046894375fb85479f57116d (patch) | |
tree | 5c0a8e1825354f47740dc9c634688f0fcbe7397d | |
parent | b027430c4d3cdede445e9377ba9b4ada529d2b66 (diff) | |
download | aports-ad03495c170a00388046894375fb85479f57116d.tar.bz2 aports-ad03495c170a00388046894375fb85479f57116d.tar.xz |
testing/perl-html-tagset: run test
-rw-r--r-- | testing/perl-html-tagset/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-html-tagset/APKBUILD b/testing/perl-html-tagset/APKBUILD index 7ae5ccab4b..891eb35061 100644 --- a/testing/perl-html-tagset/APKBUILD +++ b/testing/perl-html-tagset/APKBUILD @@ -25,7 +25,7 @@ prepare() { build() { cd "$_builddir" - make + make && make test } package() { |