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


1.2
date	2005.05.31.14.13.06;	author harti;	state dead;
branches;
next	1.1;

1.1
date	2005.04.28.13.20.47;	author harti;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Change the test infrastructure so that tests are easier to maintain and
so that make(1) will run in an almost clean environment and enhance the
description of the test infrastructure.

Add the ability to have multiple tests carried out per test script.

Give some tests more meaningful names.

Fix the usage message from the test scripts.

Make it possible to pass several commands to the test scripts like:
'sh test.t setup run compare clean'.
@
text
@# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/t1/Makefile,v 1.1 2005/04/28 13:20:47 harti Exp $

all:	TEST1.b
	cat TEST1.a TEST2.a | diff -u - TEST1.b

TEST1.b: *.a
	cat ${.ALLSRC} >${.TARGET}
@


1.1
log
@Add an initial regression test suite for make(1).

Submitted by:	Max Okumoto <okumotu@@ucsd.edu> (partly, initial version)
@
text
@d1 1
a1 1
# $FreeBSD$
@

