pacman/test/util/meson.build
Eli Schwartz d6f8659443 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>
2021-04-07 22:38:52 +10:00

7 lines
159 B
Meson

test('vercmptest',
BASH,
env : TEST_ENV,
protocol : 'tap',
args : [
join_paths(meson.current_source_dir(), 'vercmptest.sh')
])