]> granicus.if.org Git - postgresql/blob - src/test/Makefile
Fix testing problem when 'current' equal to 'now' for separate inserts
[postgresql] / src / test / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile.inc--
4 #    Makefile for test suites
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 #
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/test/Makefile,v 1.2 1996/11/12 11:42:41 bryanh Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 .DEFAULT all:
15         $(MAKE) -C bench $@
16         $(MAKE) -C regress $@