Changed the regress part of the makefile to execute the tests in other location
This commit is contained in:
parent
bd4a343e93
commit
c58d7229a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user