blob: 6d9aa0f98acb9837e856486e099475c0f4971147 (
plain)
1
2
3
4
5
6
|
## 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.
|