aboutsummaryrefslogtreecommitdiff
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
parentMerge pull request #6461 from keszybz/meson-options-fix (diff)
parenttest-daemon: sleep just a little bit by default (diff)
downloadsystemd-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.txt2
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')