mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Regression test for r201456.
This commit is contained in:
parent
8d7446f925
commit
faddcb5783
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201478
@ -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