From c58d7229a2e6847efd586534fce22033e5e9c3dc Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Fri, 22 Jan 2016 16:23:31 +0100 Subject: [PATCH] Changed the regress part of the makefile to execute the tests in other location --- client/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Makefile b/client/Makefile index 6eb3548..a9ff0c0 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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