summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/basic/t1/test.t
blob: ea5b62f0896f14e85528fbcf6f51a4228510ef19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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
OpenPOWER on IntegriCloud