From 2e3dfdcd5fe6ebf38872d8fd817a562bfade8c46 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 23 Apr 2020 14:04:24 +0430 Subject: [PATCH] [meson] make 'tests' option enabled by default Not sure what 'auto' can mean here but it makes my local test to not run properly --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index fa72e9d8a..6fe06dfec 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -21,7 +21,7 @@ option('coretext', type: 'feature', value: 'disabled', description: 'Enable CoreText shaper backend on macOS') # Common feature options -option('tests', type : 'feature', value : 'auto', yield : true, +option('tests', type : 'feature', value : 'enabled', yield : true, description: 'Enable or disable unit tests') option('introspection', type : 'feature', value : 'disabled', yield : true, description : 'Generate gobject-introspection bindings (.gir/.typelib files)')