aboutsummaryrefslogtreecommitdiff
path: root/src/test/ssl/meson.build
blob: e2f021d884a32c79786f22b8301dc1ffbf10b9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tests += {
  'name': 'ssl',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'env': {'with_ssl': get_option('ssl')},
    'tests': [
      't/001_ssltests.pl',
      't/002_scram.pl',
      't/003_sslinfo.pl',
    ],
  },
}