summaryrefslogtreecommitdiff
path: root/core/ppl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/ppl/PKGBUILD')
-rw-r--r--core/ppl/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD
index 230b48de4..ba8477680 100644
--- a/core/ppl/PKGBUILD
+++ b/core/ppl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111674 2011-02-28 10:47:00Z allan $
+# $Id: PKGBUILD 129854 2011-06-29 04:31:09Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: ezzetabi <ezzetabi at gawab dot com>
@@ -18,6 +18,10 @@ build() {
cd $srcdir/ppl-$pkgver
./configure --prefix=/usr --enable-interfaces="c,cxx"
make
+}
+
+check() {
+ cd $srcdir/ppl-$pkgver
make check
}