2017-03-30 02:03:43 +08:00
|
|
|
---
|
|
|
|
title: Release 0.39
|
|
|
|
short-description: Release notes for 0.39
|
|
|
|
...
|
|
|
|
|
2021-01-30 19:20:59 +08:00
|
|
|
The 0.39.0 release turned out to consist almost entirely of bug fixes
|
|
|
|
and minor polishes.
|
2017-03-30 02:03:43 +08:00
|
|
|
|
|
|
|
# New features
|
|
|
|
|
|
|
|
## Extra arguments for tests
|
|
|
|
|
2021-01-30 19:20:59 +08:00
|
|
|
The Meson test executable allows specifying extra command line
|
|
|
|
arguments to pass to test executables.
|
2017-03-30 02:03:43 +08:00
|
|
|
|
|
|
|
mesontest --test-args=--more-debug-info currenttest
|