-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Release notes for 0.37.0
Jussi Pakkanen edited this page Dec 10, 2016
·
21 revisions
0.37.0 is not released yet, these are preliminary
Mesontest is a new testing tool that allows you to run your tests in many different ways. As an example you can run tests multiple times:
mesontest --repeat=1000 a_test
or with an arbitrary wrapper executable:
mesontest --wrap='valgrind --tool=helgrind' a_test
or under gdb, 1000 times in a row. This is handy for tests that fail spuriously, as when the crash happens you are given the full GDB command line:
mesontest --repeat=1000 --gdb a_test
Add description here.
- Detect required programs and print useful errors if missing
- Allow passing a list of directories to
src_dir
kwarg - Add
namespace
kwarg - Add
mode
kwarg - Fix
gtkdoc-scangobj
finding local libraries
- Add
gresource_bundle
kwarg to output.gresource
files - Add
export
andinstall_header
kwargs - Use depfile support available in GLib >= 2.52.0
- Add
merge_file()
function for creating translated files - Add
preset
kwarg to included common gettext flags - Read languages from
LINGUAS
file
Add your highlights here.
All documentation is now on the main web site.
This page should be at this address.