From 6cd8b9f561b912f264ba4f723845935c40a3cb95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jun 2013 10:39:59 +0200 Subject: Add support for running tests in dynamic multi-database mode Only possible in the development build system at this stage. --- pgsql/makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pgsql/makefile') diff --git a/pgsql/makefile b/pgsql/makefile index 1111993..7dd15da 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -13,11 +13,6 @@ native \ truncation \ types -default := $(out_base)/ -dist := $(out_base)/.dist -test := $(out_base)/.test -clean := $(out_base)/.clean - $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests))) $(dist): name := pgsql -- cgit v1.1