File: meson.build

package info (click to toggle)
pacman-package-manager 7.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,248 kB
  • sloc: ansic: 24,112; sh: 6,355; python: 6,029; perl: 149; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
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