head	1.2;
access;
symbols
	REL_0_4:1.1.1.1
	ANDREW_JOLLY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	95.03.21.07.00.18;	author andrew;	state Exp;
branches;
next	1.1;

1.1
date	94.11.07.05.19.58;	author andrew;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.11.07.05.19.59;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.2
log
@switch over to gmake
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/test/Makefile,v 1.1.1.1 1994/11/07 05:19:59 andrew Exp $
#
#-------------------------------------------------------------------------

SUBDIR= demo regress

include ../mk/postgres.subdir.mk


@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
#    $Header: $
a13 2
.include <postgres.global.mk>

d16 1
a16 10
#
# override default target
#.MAIN: runtest

runtest:
	@@for entry in demo regress; do \
		echo running $$entry...; \
		cd ${.CURDIR}/$$entry; \
		bmake runtest; \
	done
a17 1
install::
a18 6
.include <postgres.subdir.mk>

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


1.1.1.1
log
@Copyright (c) 1994, POSTGRES Lite   Andrew Yu and Jolly Chen
@
text
@@
