Add PG_TEST_EXTRA to control optional test suites

Peter Eisentraut <peter_e@gmx.net>

Commit: fdb34824e01d14e21566806ea37e974ac61ef1a4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-03-03T06:40:48Z
Releases: 11.0
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>

Files

PathChange+/−
configure modified +2 −0
configure.in modified +1 −0
doc/src/sgml/regress.sgml modified +38 −0
src/Makefile.global.in modified +1 −0
src/test/Makefile modified +19 −5

Documentation touched