summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/syntax/enl/Makefile
blob: 362962c44c09f4caf3daeecd938b7e6a626e7a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

TESTSDIR=	${TESTSBASE}/usr.bin/make/syntax/enl

TAP_TESTS_SH=	legacy_test

FILESDIR=	${TESTSDIR}
FILES=		Makefile.test
FILES+=		expected.status.1
FILES+=		expected.status.2
FILES+=		expected.status.3
FILES+=		expected.status.4
FILES+=		expected.status.5
FILES+=		expected.stderr.1
FILES+=		expected.stderr.2
FILES+=		expected.stderr.3
FILES+=		expected.stderr.4
FILES+=		expected.stderr.5
FILES+=		expected.stdout.1
FILES+=		expected.stdout.2
FILES+=		expected.stdout.3
FILES+=		expected.stdout.4
FILES+=		expected.stdout.5

.include <bsd.test.mk>
OpenPOWER on IntegriCloud