1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00
Files
postgres/src/test/meson.build
Bruce Momjian 50e6eb731d Update copyright for 2025
Backpatch-through: 13
2025-01-01 11:21:55 -05:00

29 lines
387 B
Meson

# Copyright (c) 2022-2025, PostgreSQL Global Development Group
subdir('regress')
subdir('isolation')
subdir('authentication')
subdir('postmaster')
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')