Commit cecdf6d4 authored by Peter Eisentraut's avatar Peter Eisentraut

Add isolation test to check-world and installcheck-world

parent 80da9e68
......@@ -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)
......
#-------------------------------------------------------------------------
#
# 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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment