summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2023-06-10 02:50:15 +0100
committerKerin Millar <kfm@plushkava.net>2023-06-10 02:50:15 +0100
commit3f455919da23065ac6cbff9fa86791ae67798654 (patch)
tree4813966e21acb106fbb19f9611f72cefd78579df /meson.build
parenttest-functions: Fix non-conforming TAP 14 output (diff)
downloadgentoo-functions-3f455919da23065ac6cbff9fa86791ae67798654.tar.gz
gentoo-functions-3f455919da23065ac6cbff9fa86791ae67798654.tar.bz2
gentoo-functions-3f455919da23065ac6cbff9fa86791ae67798654.zip
meson.build: Use the TAP protocol for running the tests
Signed-off-by: Kerin Millar <kfm@plushkava.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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