mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 12:07:30 +08:00
The SSL and LDAP test suites are not run by default, as they are not secure for multi-user environments. This commit adds an extra make variable to optionally enable them, for example: make check-world PG_TEST_EXTRA='ldap ssl' Author: Michael Paquier <michael@paquier.xyz>