head	0.4;
access;
symbols
	REL_0_3:0.3.0.1
	ANDREW_JOLLY:0.3.0;
locks; strict;
comment	@# @;


0.4
date	94.09.14.01.10.28;	author andrew;	state Exp;
branches;
next	0.3;

0.3
date	94.09.04.00.53.39;	author andrew;	state Exp;
branches
	0.3.0.1;
next	;

0.3.0.1
date	94.09.04.00.53.40;	author andrew;	state Exp;
branches;
next	;


desc
@@


0.4
log
@Paul's changes to make ultrix4 port works. (from mariposa)
@
text
@#
# $Header: /usr/local/devel/mariposa/cvs/src/test/Makefile,v 0.1 1994/09/13 05:21:32 aoki Exp $
#
.include <postgres.global.mk>

SUBDIR= demo regress

#
# override default target
#.MAIN: runtest

runtest:
	@@for entry in demo regress; do \
		echo running $$entry...; \
		cd ${.CURDIR}/$$entry; \
		bmake runtest; \
	done

install::

.include <postgres.subdir.mk>

#
# and pass runtest to all subdirectories
#
#runtest: _SUBDIRUSE
@


0.3
log
@Initial revision
@
text
@d2 1
a2 1
# $Header: /usr/local/devel/postgres/src/regress/RCS/Makefile,v 1.5 1993/02/20 00:54:15 aoki Exp $
d6 1
a6 1
SUBDIR= demo
d13 1
a13 1
	@@for entry in demo regress video; do \
a17 2
	@@echo To run the Wisconsin benchmark, you must kill the postmaster,
	@@echo cd into "bench" and "make runtest".
@


0.3.0.1
log
@POSTGRES LITE   (c) 1994 Andrew Yu and Jolly Chen
@
text
@@
