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

David Runge dvzrv at archlinux.org
Fri Mar 1 12:13:07 UTC 2019


    Date: Friday, March 1, 2019 @ 12:13:06
  Author: dvzrv
Revision: 437249

Adding check().

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-01 11:11:46 UTC (rev 437248)
+++ PKGBUILD	2019-03-01 12:13:06 UTC (rev 437249)
@@ -34,6 +34,11 @@
   make
 }
 
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  make -k check
+}
+
 package() {
   cd "${pkgname}-${pkgver}/build"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list