mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
When used as a subproject, there is little point in adding tests to the parent project's test suite. Even if the tests caught an error, it wouldn't be in the position of fixing it. So add a build option that allows parent projects to turn off tests.
2 lines
92 B
Meson
2 lines
92 B
Meson
option('docs', type: 'boolean', value: false)
|
|
option('tests', type: 'boolean', value: true)
|