legacy_test.sh revision 145620
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/basic/t1/test.t 145620 2005-04-28 13:20:48Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
8setup_test()
9{
10	cat > ${WORK_DIR}/Makefile << _EOF_
11all:
12_EOF_
13}
14
15desc_test()
16{
17	echo "A Makefile file with only a 'all:' file dependency specification."
18}
19
20eval_cmd $1
21