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 | Merge pull request #6461 from keszybz/meson-options-fix (diff) | |
parent | test-daemon: sleep just a little bit by default (diff) | |
download | systemd-896bbe7611d5b7a53ade28065aa7851b5e8c05ab.tar.gz systemd-896bbe7611d5b7a53ade28065aa7851b5e8c05ab.tar.bz2 systemd-896bbe7611d5b7a53ade28065aa7851b5e8c05ab.zip |
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 70d7f6b03..a37e8176a 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') |