summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-01-06 01:17:29 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-01-06 01:17:29 +0100
commit12601e9204bb6119919612c8c5bd4fd89db1e077 (patch)
tree6741e9ef367af128e3a5c9ee1ad482737c098346 /meson_options.txt
parente7578a2de00cb4f789891b7d385d27cfd794400c (diff)
downloadnautilus-12601e9204bb6119919612c8c5bd4fd89db1e077.tar.gz
tests: Split between display and displayless
Some tests require gtk_init, which requires a display and therefore cannot be part of the tests to be ran in the GitLab CI. Split those so we can pass an option to meson to only test the displayless tests for GitLab CI.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7fb56036c..d46bf8d4c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('profiling', type: 'boolean', value: false)
option('nst_extension', type: 'boolean', value: true)
option('packagekit', type: 'boolean', value: true)
option('selinux', type: 'boolean', value: true)
+option('display-tests', type: 'boolean', value: true)