summaryrefslogtreecommitdiffstats
path: root/test/scripts/meson.build
blob: 0dd05fd94c9bc35f30e257aa41471b6cf0ad7c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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