[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Sep 24 16:25:58 UTC 2018


    Date: Monday, September 24, 2018 @ 16:25:58
  Author: ffy00
Revision: 384636

run tests

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 16:20:34 UTC (rev 384635)
+++ PKGBUILD	2018-09-24 16:25:58 UTC (rev 384636)
@@ -24,6 +24,12 @@
   ninja
 }
 
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
 package() {
   cd $_pkgname-$pkgver/build
 



More information about the arch-commits mailing list