From 1880e9432143df0176a1d2928ee55ec3dde0f28c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 5 Oct 2024 20:55:36 +0900 Subject: build/meson: Enable parallel tests by default. * guix/build-system/meson.scm (meson-build) <#:parallel-tests?>: Set default value of argument to #t. Fixes: https://issues.guix.gnu.org/73135 Change-Id: I0d2c00c610778534a4558c446bf71955581697a1 --- guix/build-system/meson.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build-system/meson.scm b/guix/build-system/meson.scm index eb2714dd78..67be007717 100644 --- a/guix/build-system/meson.scm +++ b/guix/build-system/meson.scm @@ -194,7 +194,7 @@ TRIPLET." (test-options ''()) (glib-or-gtk? #f) (parallel-build? #t) - (parallel-tests? #f) + (parallel-tests? #t) (validate-runpath? #t) (patch-shebangs? #t) (strip-binaries? #t) -- cgit v1.2.3