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

Jelle van der Waa jelle at archlinux.org
Thu Dec 5 17:47:46 UTC 2019


    Date: Thursday, December 5, 2019 @ 17:47:46
  Author: jelle
Revision: 370434

Run test suite!

Modified:
  mescc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-05 15:08:09 UTC (rev 370433)
+++ PKGBUILD	2019-12-05 17:47:46 UTC (rev 370434)
@@ -16,6 +16,11 @@
   make
 }
 
+check() {
+  cd mescc-tools-Release_$pkgver
+  make test
+}
+
 package() {
   cd mescc-tools-Release_$pkgver
   make PREFIX=/usr DESTDIR=$pkgdir install



More information about the arch-commits mailing list