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