mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add PG_TEST_EXTRA to control optional test suites
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>
This commit is contained in:
@ -682,6 +682,7 @@ PGAC_ARG_BOOL(with, ldap, no,
|
||||
[build with LDAP support],
|
||||
[AC_DEFINE([USE_LDAP], 1, [Define to 1 to build with LDAP support. (--with-ldap)])])
|
||||
AC_MSG_RESULT([$with_ldap])
|
||||
AC_SUBST(with_ldap)
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user