head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	93.02.20.00.54.15;	author aoki;	state Exp;
branches;
next	1.4;

1.4
date	93.01.09.02.18.21;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	93.01.09.01.20.26;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	92.12.29.23.59.57;	author marc;	state Exp;
branches;
next	1.1;

1.1
date	92.12.03.04.40.13;	author marc;	state Exp;
branches;
next	;


desc
@@


1.5
log
@made "install" a null target (nothing in regress/ is supposed
to be installed ..)
@
text
@#
# $Header: /home2/aoki/postgres/src/regress/RCS/Makefile,v 1.4 1993/01/09 02:18:21 aoki Exp aoki $
#
.include <postgres.global.mk>

SUBDIR= bench demo regress video

#
# override default target
#.MAIN: runtest

runtest:
	@@for entry in demo regress video; do \
		echo running $$entry...; \
		cd ${.CURDIR}/$$entry; \
		bmake runtest; \
	done
	@@echo To run the Wisconsin benchmark, you must kill the postmaster,
	@@echo cd into "bench" and "make runtest".

install::

.include <postgres.subdir.mk>

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


1.4
log
@fix for a CURDIR bug
@
text
@d2 1
a2 1
# $Header: /home2/aoki/master/src/regress/RCS/Makefile,v 1.3 1993/01/09 01:20:26 aoki Exp aoki $
d20 2
@


1.3
log
@made "all" the default target again (this just builds the query files)
and added regress subdir
@
text
@d2 1
a2 1
# $Header$
d15 1
a15 1
		cd ../$$entry; \
@


1.2
log
@make default target "runtest" and pass to subdirectories
@
text
@d1 3
d6 1
a6 1
SUBDIR= demo bench
d10 10
a19 2
#
.MAIN: runtest
d26 1
a26 1
runtest: _SUBDIRUSE
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
SUBDIR= bench
d5 5
d11 5
@
