You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/Makefile

16 lines
431 B

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