]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Enable modular tests for all Meson-based CI builds
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 17:15:03 +0000 (18:15 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
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 <smcv@collabora.com>
tools/ci-build.sh

index b04f04130de64ba4280cd5723363ddf9c437613d..f77d24ea84f416f36ce4582de81c92248e406a10 100755 (executable)
@@ -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