index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | test/scripts/meson.build | 1 | ||||
-rw-r--r-- | test/util/meson.build | 1 |
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), 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') ]) |