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.
14 lines
367 B
14 lines
367 B
--- |
|
title: Release 0.39 |
|
short-description: Release notes for 0.39 |
|
... |
|
|
|
The 0.39.0 release turned out to consist almost entirely of bug fixes and minor polishes. |
|
|
|
# New features |
|
|
|
## Extra arguments for tests |
|
|
|
The Meson test executable allows specifying extra command line arguments to pass to test executables. |
|
|
|
mesontest --test-args=--more-debug-info currenttest
|
|
|