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

Antonio Rojas arojas at archlinux.org
Fri Oct 2 10:16:05 UTC 2020


    Date: Friday, October 2, 2020 @ 10:16:04
  Author: arojas
Revision: 715279

Run tests

Modified:
  shared_meataxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 10:00:00 UTC (rev 715278)
+++ PKGBUILD	2020-10-02 10:16:04 UTC (rev 715279)
@@ -19,6 +19,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list