meson_options added which includes a build test variable. If this is false (default: true) tests will be build. the mk script can controll this with the --noTest command line argument.
1 line
79 B
Meson
1 line
79 B
Meson
option('build_tests', type: 'boolean', value: true, description: 'Build tests') |