summaryrefslogtreecommitdiffstats
path: root/test/scripts/meson.build
blob: 8e921ffad27dcbc875f3b45c198404f7a35661c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tests = [
  'parseopts_test.sh',
  'makepkg-template_test.sh',
]

foreach tst : tests
  test(tst,
       BASH,
       protocol : 'tap',
       env : TEST_ENV,
       args : [
         join_paths(meson.current_source_dir(), tst),
       ])
endforeach