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


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

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


desc
@@


1.2
log
@Make the tests runnable on a read-only src. To do this you must make sure
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.

This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.

Reviewed by:	ru
@
text
@#!/bin/sh
# $FreeBSD: src/tools/regression/usr.bin/make/shell_test,v 1.1 2004/11/25 10:03:29 harti Exp $
echo $@@
if ! test -t 0 ; then
	cat
fi
@


1.1
log
@Add some regression tests for the .SHELL target. I'm not sure that the
output of shell_2j is actually correct - it just tests what make currently
does. Make should switch on echoing for the second line, shouldn't it?
@
text
@d2 1
a2 1
# $FreeBSD$
@

