Обсуждение: pgsql: Add PG_TEST_EXTRA to control optional test suites

Поиск
Список
Период
Сортировка

pgsql: Add PG_TEST_EXTRA to control optional test suites

От
Peter Eisentraut
Дата:
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fdb34824e01d14e21566806ea37e974ac61ef1a4

Modified Files
--------------
configure                 |  2 ++
configure.in              |  1 +
doc/src/sgml/regress.sgml | 38 ++++++++++++++++++++++++++++++++++++++
src/Makefile.global.in    |  1 +
src/test/Makefile         | 24 +++++++++++++++++++-----
5 files changed, 61 insertions(+), 5 deletions(-)