From 58031feb17659a8d24ff4e2eeebe70f10fcce5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 15 Dec 2022 21:40:35 +0100 Subject: meson: Use 'tap' test protocol by default Meson supports tap protocol results parsing, allowing us to track better the tests that are running (and the ones that are actually skipped) without manually parsing the test output. However this also implies that using the verbose mode for a test doesn't show its output by default (unless there are failures). --- gmodule/tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'gmodule') diff --git a/gmodule/tests/meson.build b/gmodule/tests/meson.build index a78887529..513ea4213 100644 --- a/gmodule/tests/meson.build +++ b/gmodule/tests/meson.build @@ -115,6 +115,7 @@ foreach test_name, extra_args : gmodule_tests test(test_name, exe, + protocol : extra_args.get('protocol', test_protocol), depends : depends, env : test_env, timeout : timeout, -- cgit v1.2.1