Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test/scripts/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/meson.build')
-rw-r--r--test/scripts/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/meson.build b/test/scripts/meson.build
index 6d13ad1e..8e921ffa 100644
--- a/test/scripts/meson.build
+++ b/test/scripts/meson.build
@@ -6,6 +6,7 @@ tests = [
foreach tst : tests
test(tst,
BASH,
+ protocol : 'tap',
env : TEST_ENV,
args : [
join_paths(meson.current_source_dir(), tst),