opnsense-src/tools/regression/usr.bin/make/basic/t1/test.t
Hartmut Brandt 1b26a92962 Add an initial regression test suite for make(1).
Submitted by:	Max Okumoto <okumotu@ucsd.edu> (partly, initial version)
2005-04-28 13:20:48 +00:00

20 lines
228 B
Bash

#!/bin/sh
# $FreeBSD$
cd `dirname $0`
. ../../common.sh
setup_test()
{
cat > ${WORK_DIR}/Makefile << _EOF_
all:
_EOF_
}
desc_test()
{
echo "A Makefile file with only a 'all:' file dependency specification."
}
eval_cmd $1