xref: /freebsd/usr.bin/jot/tests/Makefile (revision 1f4bcc459a76b7aa664f3fd557684cd0ba6da352)
1# $FreeBSD$
2
3PACKAGE=	tests
4FILESGROUPS=	TESTS
5TESTSPACKAGE=	${PACKAGE}
6
7TAP_TESTS_SH=	legacy_test
8
9FILESDIR=	${TESTSDIR}
10FILES=		regress.ascii.out
11FILES+=		regress.block.out
12FILES+=		regress.dddd.out
13FILES+=		regress.dddh.out
14FILES+=		regress.ddhd.out
15FILES+=		regress.ddhd2.out
16FILES+=		regress.ddhh.out
17FILES+=		regress.ddhh2.out
18FILES+=		regress.dhdd.out
19FILES+=		regress.dhdh.out
20FILES+=		regress.dhhd.out
21FILES+=		regress.dhhd2.out
22FILES+=		regress.dhhh.out
23FILES+=		regress.dhhh2.out
24FILES+=		regress.ed.out
25FILES+=		regress.grep.out
26FILES+=		regress.hddd.out
27FILES+=		regress.hddd2.out
28FILES+=		regress.hddh.out
29FILES+=		regress.hddh2.out
30FILES+=		regress.hdhd.out
31FILES+=		regress.hdhd2.out
32FILES+=		regress.hdhh.out
33FILES+=		regress.hdhh2.out
34FILES+=		regress.hhdd.out
35FILES+=		regress.hhdd2.out
36FILES+=		regress.hhdh.out
37FILES+=		regress.hhdh2.out
38FILES+=		regress.hhhd.out
39FILES+=		regress.hhhd2.out
40FILES+=		regress.hhhh.out
41FILES+=		regress.hhhh2.out
42FILES+=		regress.n21.out
43FILES+=		regress.rand1.out
44FILES+=		regress.rand2.out
45FILES+=		regress.sh
46FILES+=		regress.stutter.out
47FILES+=		regress.stutter2.out
48FILES+=		regress.tabs.out
49FILES+=		regress.wX1.out
50FILES+=		regress.wXl.out
51FILES+=		regress.wc.out
52FILES+=		regress.wdl.out
53FILES+=		regress.wdn.out
54FILES+=		regress.we.out
55FILES+=		regress.wf.out
56FILES+=		regress.wg.out
57FILES+=		regress.wgd.out
58FILES+=		regress.wo.out
59FILES+=		regress.wp1.out
60FILES+=		regress.wp2.out
61FILES+=		regress.wp3.out
62FILES+=		regress.wp4.out
63FILES+=		regress.wp5.out
64FILES+=		regress.wp6.out
65FILES+=		regress.wu.out
66FILES+=		regress.wwe.out
67FILES+=		regress.wx.out
68FILES+=		regress.wxn.out
69FILES+=		regress.x.out
70FILES+=		regress.xaa.out
71FILES+=		regress.yes.out
72
73.include <bsd.test.mk>
74