pacman/test/scripts/meson.build

15 lines
252 B
Meson
Raw Permalink Normal View History

tests = [
'parseopts_test.sh',
'makepkg-template_test.sh',
'human_to_size_test.sh',
]
foreach tst : tests
test(tst,
BASH,
env : TEST_ENV,
args : [
join_paths(meson.current_source_dir(), tst),
])
endforeach