[meson] make 'tests' option enabled by default

Not sure what 'auto' can mean here but it makes my local test to not run properly
This commit is contained in:
Ebrahim Byagowi 2020-04-23 14:04:24 +04:30 committed by GitHub
parent 6881939f77
commit 2e3dfdcd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)')