1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +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:
Peter Eisentraut
2018-03-03 01:29:51 -05:00
parent 0b1d1a038b
commit fdb34824e0
5 changed files with 61 additions and 5 deletions

2
configure vendored
View File

@ -708,6 +708,7 @@ with_uuid
with_systemd
with_selinux
with_openssl
with_ldap
krb_srvtab
with_python
with_perl
@ -5925,6 +5926,7 @@ fi
$as_echo "$with_ldap" >&6; }
#
# Bonjour
#