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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Aug 8 21:38:38 UTC 2020


    Date: Saturday, August 8, 2020 @ 21:38:38
  Author: svenstaro
Revision: 672875

Run unit tests

Modified:
  box2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 21:32:17 UTC (rev 672874)
+++ PKGBUILD	2020-08-08 21:38:38 UTC (rev 672875)
@@ -28,6 +28,12 @@
   ninja -C build
 }
 
+check() {
+  cd $pkgname-*
+
+  build/unit_test
+}
+
 package() {
   cd $pkgname-*
 



More information about the arch-commits mailing list