diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-03-15 22:44:56 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-03-16 06:22:36 +0200 |
commit | 510a8303ddd01c72105ae0c1b57d13cc5baff1b8 (patch) | |
tree | 90f0d8a9f43d730e9e3a8a28345fc5fa47214686 /meson_options.txt | |
parent | f7c4352ab8e40e0fadaddca92bc7f01565b912d8 (diff) | |
download | nautilus-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.txt | 2 |
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') |