postgresql/src/test/Makefile

17 lines
431 B
Makefile
Raw Normal View History

#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
1996-11-12 12:43:32 +01:00
# $Header: /cvsroot/pgsql/src/test/Makefile,v 1.2 1996/11/12 11:42:41 bryanh Exp $
#
#-------------------------------------------------------------------------
1996-11-12 12:43:32 +01:00
.DEFAULT all:
$(MAKE) -C bench $@
$(MAKE) -C regress $@