summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@users.noreply.github.com>2017-07-28 11:09:50 +0200
committerGitHub <noreply@github.com>2017-07-28 11:09:50 +0200
commit896bbe7611d5b7a53ade28065aa7851b5e8c05ab (patch)
treecaab674882762cb2cb711552538082dc8e5c680a /meson_options.txt
parentd74af49c0b15435417aa253059f28b8237e22833 (diff)
parentf06dcdca6ae0c2113d04615758d00932385be2dc (diff)
downloadsystemd-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.txt2
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')