From d6f86594434729b77e9131880738290140086d40 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 5 Apr 2021 17:36:06 -0400 Subject: ensure tests are parsed as TAP since they are, in fact, TAP Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- test/util/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/util/meson.build') diff --git a/test/util/meson.build b/test/util/meson.build index 07b29e5c..b4046298 100644 --- a/test/util/meson.build +++ b/test/util/meson.build @@ -1,6 +1,7 @@ test('vercmptest', BASH, env : TEST_ENV, + protocol : 'tap', args : [ join_paths(meson.current_source_dir(), 'vercmptest.sh') ]) -- cgit v1.2.3-54-g00ecf