ensure tests are parsed as TAP since they are, in fact, TAP
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8aa2a48fc3
commit
d6f8659443
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ tests = [
|
|||
foreach tst : tests
|
||||
test(tst,
|
||||
BASH,
|
||||
protocol : 'tap',
|
||||
env : TEST_ENV,
|
||||
args : [
|
||||
join_paths(meson.current_source_dir(), tst),
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
test('vercmptest',
|
||||
BASH,
|
||||
env : TEST_ENV,
|
||||
protocol : 'tap',
|
||||
args : [
|
||||
join_paths(meson.current_source_dir(), 'vercmptest.sh')
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue