blob: b41c752f861b5aca9a79ff82613e659b9ac200cf (
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
|
# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/enl
TAP_TESTS_SH= legacy_test
${PACKAGE}FILES+= Makefile.test
${PACKAGE}FILES+= expected.status.1
${PACKAGE}FILES+= expected.status.2
${PACKAGE}FILES+= expected.status.3
${PACKAGE}FILES+= expected.status.4
${PACKAGE}FILES+= expected.status.5
${PACKAGE}FILES+= expected.stderr.1
${PACKAGE}FILES+= expected.stderr.2
${PACKAGE}FILES+= expected.stderr.3
${PACKAGE}FILES+= expected.stderr.4
${PACKAGE}FILES+= expected.stderr.5
${PACKAGE}FILES+= expected.stdout.1
${PACKAGE}FILES+= expected.stdout.2
${PACKAGE}FILES+= expected.stdout.3
${PACKAGE}FILES+= expected.stdout.4
${PACKAGE}FILES+= expected.stdout.5
.include <bsd.test.mk>
|