blob: fc3fb0847176bc2fcfb2e98483b8c8d5f1cd4749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#-------------------------------------------------------------------------
#
# 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 $@
|