summaryrefslogtreecommitdiff
path: root/src/test/ssl/meson.build
blob: 72d8a79050ee862bd373e8a75ba36376c688a343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) 2022, PostgreSQL Global Development Group

tests += {
  'name': 'ssl',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'env': {
      'with_ssl': get_option('ssl'),
      'OPENSSL': openssl.path(),
    },
    'tests': [
      't/001_ssltests.pl',
      't/002_scram.pl',
      't/003_sslinfo.pl',
    ],
  },
}