summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2018-03-03 06:29:51 +0000
committerPeter Eisentraut2018-03-03 06:40:48 +0000
commitfdb34824e01d14e21566806ea37e974ac61ef1a4 (patch)
tree4c07b8ffe5df8e51b00b7c2fa9215f5857ec5409 /configure
parent0b1d1a038babff4aadf0862c28e7b667f1b12a30 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7dcca506f8..1242e310b4 100755
--- a/configure
+++ b/configure
@@ -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
#