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

Antonio Rojas arojas at archlinux.org
Fri Oct 2 10:19:28 UTC 2020


    Date: Friday, October 2, 2020 @ 10:19:27
  Author: arojas
Revision: 715280

Run tests

Modified:
  igraph/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list