summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-15 22:44:56 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-03-16 06:22:36 +0200
commit510a8303ddd01c72105ae0c1b57d13cc5baff1b8 (patch)
tree90f0d8a9f43d730e9e3a8a28345fc5fa47214686 /meson_options.txt
parentf7c4352ab8e40e0fadaddca92bc7f01565b912d8 (diff)
downloadnautilus-510a8303ddd01c72105ae0c1b57d13cc5baff1b8.tar.gz
build: make all tests optional
This can help cut down on link times a bit when working on things.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6a8266777..7b6cc6946 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,4 +3,4 @@ option('profiling', type: 'boolean', value: false)
option('extensions', type: 'boolean', value: true)
option('packagekit', type: 'boolean', value: true)
option('selinux', type: 'boolean', value: false)
-option('display-tests', type: 'boolean', value: false)
+option('tests', type: 'combo', choices: ['none', 'headless', 'all'], value: 'headless')