diff --git a/tests/meson.build b/tests/meson.build index ca4313c4..6012a460 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -298,7 +298,12 @@ foreach t : tests install: false, ) - test(t.get('name'), t_exe, depends: t.get('test_deps', [])) + test( + t.get('name'), + t_exe, + depends: t.get('test_deps', []), + protocol: 'tap' + ) endforeach # FIXME: the multiple loops is lame. rethink this.