commit: 3f455919da23065ac6cbff9fa86791ae67798654
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sat Jun 10 01:50:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 01:50:15 2023 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=3f455919
meson.build: Use the TAP protocol for running the tests
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index 8996d95..aa56907 100644
--- a/meson.build
+++ b/meson.build
@@ -46,5 +46,6 @@ if do_tests
test(
'test-functions', files('test-functions'),
workdir : meson.current_build_dir(),
+ protocol : 'tap'
)
endif