]> granicus.if.org Git - postgresql/commit
Add PG_TEST_EXTRA to control optional test suites
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Mar 2018 06:29:51 +0000 (01:29 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Mar 2018 06:40:48 +0000 (01:40 -0500)
commitfdb34824e01d14e21566806ea37e974ac61ef1a4
tree4c07b8ffe5df8e51b00b7c2fa9215f5857ec5409
parent0b1d1a038babff4aadf0862c28e7b667f1b12a30
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>
configure
configure.in
doc/src/sgml/regress.sgml
src/Makefile.global.in
src/test/Makefile