]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
add false option for tests (#7778)
[thirdparty/systemd.git] / meson_options.txt
index f71755cfa6ceb02c5eec8434e438dc6c956eaac0..af8be576a10c012e8f8479a227a678d9ce27d080 100644 (file)
@@ -285,7 +285,7 @@ option('bashcompletiondir', type : 'string',
 option('zshcompletiondir', type : 'string',
        description : 'directory for zsh completion scripts ["no" disables]')
 
-option('tests', type : 'combo', choices : ['true', 'unsafe'],
+option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
        description : 'enable extra tests with =unsafe')
 option('slow-tests', type : 'boolean', value : 'false',
        description : 'run the slow tests by default')