summaryrefslogtreecommitdiff
path: root/src/test/meson.build
blob: f16e00a8a0f34b3486751f2c0ac0882e95d4df7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (c) 2022, PostgreSQL Global Development Group

subdir('regress')
subdir('isolation')

subdir('authentication')
subdir('recovery')
subdir('subscription')
subdir('modules')

if ssl.found()
  subdir('ssl')
endif

if ldap.found()
  subdir('ldap')
endif

if gssapi.found()
  subdir('kerberos')
endif

if icu.found()
  subdir('icu')
endif

subdir('perl')