#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/postgres/cvs_root/pgsql-r-v7.2/src/test/Makefile,v 1.1.1.1 2002/02/07 17:56:32 bpalmer Exp $
#
#-------------------------------------------------------------------------

.DEFAULT:
	$(MAKE) -C regress $@
