summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 18:15:03 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit5cd8b3e0a195e56f57912529b3952c84002d5d27 (patch)
treecb3190abbc445f2f075ec841a306ac07174c335d /tools
parent00c18a8050650f197a318f8dc97b5647e656988a (diff)
downloaddbus-5cd8b3e0a195e56f57912529b3952c84002d5d27.tar.gz
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 <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index b04f0413..f77d24ea 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