xref: /freebsd/usr.bin/bmake/tests/basic/t0/legacy_test.sh (revision 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
1#! /bin/sh
2
3. $(dirname $0)/../../common.sh
4
5# Description
6DESC="An empty Makefile file and no target given."
7
8# Setup
9TEST_TOUCH="Makefile ''"
10
11# Run
12TEST_N=1
13TEST_1=
14
15eval_cmd $*
16