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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Aug 7 10:49:10 UTC 2017


    Date: Monday, August 7, 2017 @ 10:49:09
  Author: bpiotrowski
Revision: 301724

Add check() function

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-07 09:31:58 UTC (rev 301723)
+++ PKGBUILD	2017-08-07 10:49:09 UTC (rev 301724)
@@ -22,6 +22,10 @@
   make
 }
 
+check() {
+  make -C $pkgname-$pkgver check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list