Add isolation test to check-world and installcheck-world
This commit is contained in:
parent
80da9e68fd
commit
cecdf6d459
@ -64,7 +64,7 @@ distclean maintainer-clean:
|
|||||||
check: all
|
check: all
|
||||||
|
|
||||||
check installcheck installcheck-parallel:
|
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)
|
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib,check)
|
||||||
|
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Makefile.inc--
|
# Makefile for src/test
|
||||||
# Makefile for test suites
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
#
|
# src/test/Makefile
|
||||||
# IDENTIFICATION
|
|
||||||
# src/test/Makefile
|
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
.DEFAULT:
|
subdir = src/test
|
||||||
$(MAKE) -C regress $@
|
top_builddir = ../..
|
||||||
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
SUBDIRS = regress isolation
|
||||||
|
|
||||||
|
$(recurse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user