summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake/tests/syntax/enl/Makefile
blob: 0ba16a788c124deae8a3b3f3f10bf3a5135decfc (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
26
27
28
# $FreeBSD$

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}
TESTSDIR=	${TESTSBASE}/usr.bin/bmake/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