postgresql/src/test/Makefile

16 lines
400 B
Makefile
Raw Normal View History

#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
2003-11-29 14:52:15 -05:00
# $PostgreSQL: pgsql/src/test/Makefile,v 1.4 2003/11/29 19:52:13 pgsql Exp $
#
#-------------------------------------------------------------------------
.DEFAULT:
1996-11-12 06:43:32 -05:00
$(MAKE) -C regress $@