Respect TEMP_CONFIG when running contrib regression tests.

Thomas Munro
This commit is contained in:
Robert Haas 2016-02-26 12:38:21 +05:30
parent e64009303d
commit 9117985b6b
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
# contrib/contrib-global.mk
# file with extra config for temp build
ifdef TEMP_CONFIG
REGRESS_OPTS += --temp-config=$(TEMP_CONFIG)
endif
NO_PGXS = 1
include $(top_srcdir)/src/makefiles/pgxs.mk