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

Christian Hesse eworm at archlinux.org
Sun Mar 14 22:09:24 UTC 2021


    Date: Sunday, March 14, 2021 @ 22:09:23
  Author: eworm
Revision: 891318

run tests

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 22:02:56 UTC (rev 891317)
+++ PKGBUILD	2021-03-14 22:09:23 UTC (rev 891318)
@@ -44,6 +44,11 @@
   make doc-man
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
 package() {
   cd "$pkgname-$pkgver"
 



More information about the arch-commits mailing list