From ee816fe600bfe99a9d37fd634e5449d7ccf51c9a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 17 Nov 2022 11:28:13 +0100 Subject: [PATCH v9 2/2] Experimental: meson: treat regress tests as TAP Mark regress tests as emitting TAP protocol output in order to make the meson testrunner able to parse them. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 058382046e..557b3b6798 100644 --- a/meson.build +++ b/meson.build @@ -2968,6 +2968,7 @@ foreach test_dir : tests env.prepend('PATH', temp_install_bindir, test_dir['bd']) test_kwargs = { + 'protocol': 'tap', 'suite': [test_dir['name']], 'priority': 10, 'timeout': 1000, -- 2.32.1 (Apple Git-133)