[arch-commits] Commit in gom/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 23 19:47:28 UTC 2014


    Date: Tuesday, September 23, 2014 @ 21:47:28
  Author: heftig
Revision: 222889

run testsuite

Modified:
  gom/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-23 19:46:36 UTC (rev 222888)
+++ PKGBUILD	2014-09-23 19:47:28 UTC (rev 222889)
@@ -20,6 +20,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install




More information about the arch-commits mailing list