Add isolation test to check-world and installcheck-world

pull/3/head
Peter Eisentraut 14 years ago
parent 80da9e68fd
commit cecdf6d459
  1. 2
      GNUmakefile.in
  2. 16
      src/test/Makefile

@ -64,7 +64,7 @@ distclean maintainer-clean:
check: all
check installcheck installcheck-parallel:
$(MAKE) -C src/test $@
$(MAKE) -C src/test/regress $@
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib,check)

@ -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)

Loading…
Cancel
Save