From 510a8303ddd01c72105ae0c1b57d13cc5baff1b8 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Thu, 15 Mar 2018 22:44:56 +0200 Subject: build: make all tests optional This can help cut down on link times a bit when working on things. --- test/automated/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/automated') 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 -- cgit v1.2.1