pacman/test/scripts/meson.build
Eli Schwartz 8c7043390f scripts/library: remove human_to_size
pkgdelta was the last user, and it is gone now.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-11-06 15:52:21 +10:00

13 lines
225 B
Meson

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