blob: 6d13ad1ee792889f2fd6ba7e2ba3efc5f951bc5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|