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

Jan Steffens heftig at archlinux.org
Wed Mar 7 23:45:56 UTC 2018


    Date: Wednesday, March 7, 2018 @ 23:45:55
  Author: heftig
Revision: 318011

Run tests

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-07 23:45:52 UTC (rev 318010)
+++ PKGBUILD	2018-03-07 23:45:55 UTC (rev 318011)
@@ -134,6 +134,11 @@
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package_systemd() {
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1')



More information about the arch-commits mailing list