legacy_test.sh revision 146822
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/basic/t0/test.t 146822 2005-05-31 14:13:07Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
8# Description
9DESC="An empty Makefile file and no target given."
10
11# Setup
12TEST_TOUCH="Makefile ''"
13
14# Run
15TEST_N=1
16TEST_1=
17
18eval_cmd $*
19