[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:
parent
6881939f77
commit
2e3dfdcd5f
|
@ -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)')
|
||||
|
|
Loading…
Reference in New Issue