From: Simon McVittie Date: Fri, 24 Jun 2022 17:15:03 +0000 (+0100) Subject: CI: Enable modular tests for all Meson-based CI builds X-Git-Tag: dbus-1.15.0~32^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd8b3e0a195e56f57912529b3952c84002d5d27;p=thirdparty%2Fdbus.git CI: Enable modular tests for all Meson-based CI builds The whole point of these tests is that they're safe to enable because they don't affect the production binaries. Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index b04f04130..f77d24ea8 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -477,11 +477,12 @@ case "$ci_buildsys" in ;; esac + set -- -Dmodular_tests=enabled "$@" + case "$ci_variant" in (debug) set -- -Dasserts=true "$@" set -- -Dembedded_tests=true "$@" - set -- -Dmodular_tests=enabled "$@" set -- -Dverbose_mode=true "$@" case "$ci_host" in