From cecdf6d4596976bb378ca194bba55a242b883d2d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 5 Mar 2012 20:19:20 +0200 Subject: Add isolation test to check-world and installcheck-world --- src/test/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/test/Makefile b/src/test/Makefile index e8cf7041b4a..0fd7eabf08f 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -1,15 +1,17 @@ #------------------------------------------------------------------------- # -# Makefile.inc-- -# Makefile for test suites +# Makefile for src/test # # Copyright (c) 1994, Regents of the University of California # -# -# IDENTIFICATION -# src/test/Makefile +# src/test/Makefile # #------------------------------------------------------------------------- -.DEFAULT: - $(MAKE) -C regress $@ +subdir = src/test +top_builddir = ../.. +include $(top_builddir)/src/Makefile.global + +SUBDIRS = regress isolation + +$(recurse) -- cgit v1.2.3