#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/postgres/cvs_root/pgsql-r/src/test/Makefile,v 1.1.1.1 2001/08/21 14:46:30 postgres Exp $
#
#-------------------------------------------------------------------------

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