]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
test: Add mkosi-based integration test runner
[thirdparty/systemd.git] / meson_options.txt
index 41a524b0dcb5fd2552d0e555fb93a6ee6eed07b4..d52ca4e4b5629c617eff89d98dcc2196cc4d58fb 100644 (file)
@@ -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',