summaryrefslogtreecommitdiff
path: root/eel
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 /eel
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 'eel')
-rw-r--r--eel/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/meson.build b/eel/meson.build
index 3bca16fde..70419c670 100644
--- a/eel/meson.build
+++ b/eel/meson.build
@@ -56,6 +56,6 @@ check_eel = executable(
]
)
-if get_option('display-tests')
+if get_option('tests') == 'all'
test('check-eel', check_eel)
endif