From b1756860a964dacf02bea9144962578c3f13355f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 3 Apr 2020 18:02:50 +0100 Subject: =?UTF-8?q?build:=20Don=E2=80=99t=20enable=20installed=20tests=20b?= =?UTF-8?q?y=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conventionally, they’re not enabled by default. Signed-off-by: Philip Withnall --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 924223a5..b1ba2df1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -25,7 +25,7 @@ option('always_build_tests', option('installed_tests', type: 'boolean', - value: true, + value: false, description: 'Install test programs (default: false)') option('man', -- cgit v1.2.1