mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add isolation test to check-world and installcheck-world
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user