summaryrefslogtreecommitdiff
path: root/test/automated
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 /test/automated
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 'test/automated')
-rw-r--r--test/automated/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/meson.build b/test/automated/meson.build
index f71d0e884..a1122423a 100644
--- a/test/automated/meson.build
+++ b/test/automated/meson.build
@@ -1,4 +1,4 @@
subdir('displayless')
-if get_option('display-tests')
+if get_option('tests') == 'all'
subdir('display')
endif