mirror of https://github.com/postgres/postgres
parent
80da9e68fd
commit
cecdf6d459
@ -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
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# IDENTIFICATION
|
|
||||||
# src/test/Makefile
|
# src/test/Makefile
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
.DEFAULT: |
subdir = src/test
|
||||||
$(MAKE) -C regress $@
|
top_builddir = ../..
|
||||||
|
include $(top_builddir)/src/Makefile.global |
||||||
|
|
||||||
|
SUBDIRS = regress isolation
|
||||||
|
|
||||||
|
$(recurse) |
||||||
|
|||||||
Loading…
Reference in new issue