mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
meson: add -Dtests=false|true option
When set to false, no test binaries are neither built, nor executed (with “ninja test”). Closes #919
This commit is contained in:
parent
1eef5a00e6
commit
55d0ab00a6
3 changed files with 15 additions and 1 deletions
|
|
@ -38,7 +38,15 @@
|
|||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
* `-Dtests=false|true` meson command line option. When disabled, test
|
||||
binaries will neither be built, nor will `ninja test` attempt to
|
||||
execute them. Enabled by default
|
||||
(https://codeberg.org/dnkl/foot/issues/919).
|
||||
|
||||
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue