doc: Fix section of functions age(xid) and mxid_age(xid)
[pgsql.git] / src / test / meson.build
blob67376e4b7fd6c95d32e9b16aec6affb84a5c9fdb
1 # Copyright (c) 2022-2024, PostgreSQL Global Development Group
3 subdir('regress')
4 subdir('isolation')
6 subdir('authentication')
7 subdir('postmaster')
8 subdir('recovery')
9 subdir('subscription')
10 subdir('modules')
12 if ssl.found()
13   subdir('ssl')
14 endif
16 if ldap.found()
17   subdir('ldap')
18 endif
20 if gssapi.found()
21   subdir('kerberos')
22 endif
24 if icu.found()
25   subdir('icu')
26 endif
28 subdir('perl')