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
This commit is contained in:
Maxim Cournoyer 2024-10-05 20:55:36 +09:00 committed by Andreas Enge
parent cd26d76fed
commit 1880e94321
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)