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

Reply via email to