diff options
author | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-07-28 11:09:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 11:09:50 +0200 |
commit | 896bbe7611d5b7a53ade28065aa7851b5e8c05ab (patch) | |
tree | caab674882762cb2cb711552538082dc8e5c680a /meson_options.txt | |
parent | d74af49c0b15435417aa253059f28b8237e22833 (diff) | |
parent | f06dcdca6ae0c2113d04615758d00932385be2dc (diff) | |
download | systemd-896bbe7611d5b7a53ade28065aa7851b5e8c05ab.tar.gz |
Merge pull request #6365 from keszybz/fast-tests
Make tests faster by default
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 70d7f6b036..a37e8176a0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -252,5 +252,7 @@ option('zshcompletiondir', type : 'string', option('tests', type : 'combo', choices : ['true', 'unsafe'], description : 'enable extra tests with =unsafe') +option('slow-tests', type : 'boolean', value : 'false', + description : 'run the slow tests by default') option('install-tests', type : 'boolean', value : 'false', description : 'install test executables') |