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

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