summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/basic/t0/test.t
blob: 768e26940ab4b2a9c304d5f2e12358b71312890f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# $FreeBSD$

cd `dirname $0`
. ../../common.sh

setup_test()
{
	cp /dev/null ${WORK_DIR}/Makefile
}

desc_test()
{
	echo "An empty Makefile file."
}

eval_cmd $1
OpenPOWER on IntegriCloud