Skip to content

meson: Run build-time tests with --tap where supported

Simon McVittie requested to merge smcv/glib:1528-build-time-tap into master

This makes it easier to debug test failures, by ensuring that g_debug() and g_test_message() are printed as TAP diagnostics.

Closes #1528 (closed)

Merge request reports