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

Levente Polyak anthraxx at archlinux.org
Wed Aug 17 22:27:08 UTC 2016


    Date: Wednesday, August 17, 2016 @ 22:27:08
  Author: anthraxx
Revision: 186919

upgpkg: strip-nondeterminism 0.022-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-17 22:26:09 UTC (rev 186918)
+++ PKGBUILD	2016-08-17 22:27:08 UTC (rev 186919)
@@ -29,6 +29,10 @@
   make
 }
 
+check() {
+  make -C ${pkgname} test
+}
+
 package() {
   cd ${pkgname}
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list