The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
310 B
7 lines
310 B
3 years ago
|
## New keyword argument `verbose` for tests and benchmarks
|
||
|
|
||
|
The new keyword argument `verbose` can be used to mark tests and benchmarks
|
||
|
that must always be logged verbosely on the console. This is particularly
|
||
|
useful for long-running tests, or when a single Meson test() is wrapping
|
||
|
an external test harness.
|