postgresql/src/test/meson.build
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05:00

28 lines
366 B
Meson

# Copyright (c) 2022-2023, 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')