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"
 

Reply via email to