#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql-server/src/test/Makefile,v 1.3 2000/09/29 17:17:36 petere Exp $
#
#-------------------------------------------------------------------------

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