Changed the regress part of the makefile to execute the tests in other location

This commit is contained in:
Mario de Frutos 2016-01-22 16:23:31 +01:00
parent bd4a343e93
commit c58d7229a2

View File

@ -17,6 +17,8 @@ DATA = $(NEW_EXTENSION_ARTIFACT) \
REGRESS = $(notdir $(basename $(wildcard test/$(EXTVERSION)/sql/*test.sql)))
TEST_DIR = test/$(EXTVERSION)
REGRESS_OPTS = --inputdir='$(TEST_DIR)' --outputdir='$(TEST_DIR)'
# postgres build stuff
PG_CONFIG = pg_config