Little-CMS icon indicating copy to clipboard operation
Little-CMS copied to clipboard

Add ability to disable building tests

Open kasper93 opened this issue 1 year ago • 0 comments

As title says, would be nice to disable building tests, if not required.

option('tests', type: 'feature', value: 'enabled', yield: true, description: 'Enable or disable tests')

or

option('tests', type: 'boolean', value: false, description: 'Enable or disable tests')

and simply skip subdir('testbed') if disabled.

Thanks

kasper93 avatar Jun 24 '24 14:06 kasper93