legacy_test.sh revision 146822
1254885Sdumbbell#!/bin/sh
2254885Sdumbbell
3254885Sdumbbell# $FreeBSD: head/tools/regression/usr.bin/make/basic/t2/test.t 146822 2005-05-31 14:13:07Z harti $
4254885Sdumbbell
5254885Sdumbbellcd `dirname $0`
6254885Sdumbbell. ../../common.sh
7254885Sdumbbell
8254885Sdumbbell# Description
9254885SdumbbellDESC="A Makefile file with only a 'all:' file dependency specification, and shell command."
10254885Sdumbbell
11254885Sdumbbell# Run
12254885SdumbbellTEST_N=1
13254885SdumbbellTEST_1=
14254885Sdumbbell
15254885Sdumbbelleval_cmd $*
16254885Sdumbbell