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

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 11 01:41:09 UTC 2018


    Date: Wednesday, July 11, 2018 @ 01:41:06
  Author: foutrelis
Revision: 328240

Add check() function (FS#59293)

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 00:45:04 UTC (rev 328239)
+++ PKGBUILD	2018-07-11 01:41:06 UTC (rev 328240)
@@ -22,6 +22,11 @@
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
 package () {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list