summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2024-04-05 18:19:59 +0200
committerRichard Maw <richard.maw@codethink.co.uk>2024-04-18 17:26:38 +0200
commit945b722f13808a6dfd3c00cb1ef78c3c41011687 (patch)
tree08244cbe6338b191db79aa090c217a04f6818901 /meson_options.txt
parentmkosi: Extend default device timeout to 20 seconds (diff)
downloadsystemd-945b722f13808a6dfd3c00cb1ef78c3c41011687.tar.xz
systemd-945b722f13808a6dfd3c00cb1ef78c3c41011687.zip
test: Add mkosi-based integration test runner
The first two tests are included to ensure parallel test execution is demonstrable.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 41a524b0dc..d52ca4e4b5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -498,6 +498,8 @@ option('install-tests', type : 'boolean', value : false,
description : 'install test executables')
option('log-message-verification', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
description : 'do fake printf() calls to verify format strings')
+option('integration-tests', type : 'boolean', value : false,
+ description : 'run the integration tests')
option('ok-color', type : 'combo',
choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',