blob: ab1c38363b1748c1148a7eef7bf0c3b0e49828d3 (
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
29
30
31
32
|
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/usr.bin/make/archives/fmt_oldbsd
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.status.6
FILES+= expected.status.7
FILES+= expected.stderr.1
FILES+= expected.stderr.2
FILES+= expected.stderr.3
FILES+= expected.stderr.4
FILES+= expected.stderr.5
FILES+= expected.stderr.6
FILES+= expected.stderr.7
FILES+= expected.stdout.1
FILES+= expected.stdout.2
FILES+= expected.stdout.3
FILES+= expected.stdout.4
FILES+= expected.stdout.5
FILES+= expected.stdout.6
FILES+= expected.stdout.7
FILES+= libtest.a
.include <bsd.test.mk>
|