Regression test for r201456.
This commit is contained in:
parent
05cd6c9186
commit
9f5a22f4e5
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# A typo'ed directive.
|
||||
#
|
||||
|
||||
.uudef foo
|
||||
|
||||
all:
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,2 @@
|
||||
"Makefile", line 6: Unknown directive
|
||||
make: fatal errors encountered -- cannot continue
|
14
tools/regression/usr.bin/make/syntax/directive-t0/test.t
Normal file
14
tools/regression/usr.bin/make/syntax/directive-t0/test.t
Normal file
@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
. ../../common.sh
|
||||
|
||||
# Description
|
||||
DESC="A typo'ed directive."
|
||||
|
||||
# Run
|
||||
TEST_N=1
|
||||
TEST_1=
|
||||
|
||||
eval_cmd $*
|
Loading…
Reference in New Issue
Block a user