]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/calendar/tests/Makefile
Add regression tests for conditions and comments
[FreeBSD/FreeBSD.git] / usr.bin / calendar / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TAP_TESTS_SH=   comment_test cond_test legacy_test
6
7 TEST_METADATA.comment_test+=    timeout="600"
8 TEST_METADATA.cond_test+=       timeout="600"
9 TEST_METADATA.legacy_test+=     timeout="600"
10
11 ${PACKAGE}FILES+=               calendar.comment
12 ${PACKAGE}FILES+=               regress.comment.out
13
14 ${PACKAGE}FILES+=               calendar.cond
15 ${PACKAGE}FILES+=               regress.cond.out
16
17 ${PACKAGE}FILES+=               calendar.calibrate
18 ${PACKAGE}FILES+=               regress.a1.out
19 ${PACKAGE}FILES+=               regress.a2.out
20 ${PACKAGE}FILES+=               regress.a3.out
21 ${PACKAGE}FILES+=               regress.a4.out
22 ${PACKAGE}FILES+=               regress.a5.out
23 ${PACKAGE}FILES+=               regress.b1.out
24 ${PACKAGE}FILES+=               regress.b2.out
25 ${PACKAGE}FILES+=               regress.b3.out
26 ${PACKAGE}FILES+=               regress.b4.out
27 ${PACKAGE}FILES+=               regress.b5.out
28 ${PACKAGE}FILES+=               regress.s1.out
29 ${PACKAGE}FILES+=               regress.s2.out
30 ${PACKAGE}FILES+=               regress.s3.out
31 ${PACKAGE}FILES+=               regress.s4.out
32 ${PACKAGE}FILES+=               regress.s5.out
33 ${PACKAGE}FILES+=               regress.sh
34 ${PACKAGE}FILES+=               regress.w0-1.out
35 ${PACKAGE}FILES+=               regress.w0-2.out
36 ${PACKAGE}FILES+=               regress.w0-3.out
37 ${PACKAGE}FILES+=               regress.w0-4.out
38 ${PACKAGE}FILES+=               regress.w0-5.out
39 ${PACKAGE}FILES+=               regress.w0-6.out
40 ${PACKAGE}FILES+=               regress.w0-7.out
41 ${PACKAGE}FILES+=               regress.wn-1.out
42 ${PACKAGE}FILES+=               regress.wn-2.out
43 ${PACKAGE}FILES+=               regress.wn-3.out
44 ${PACKAGE}FILES+=               regress.wn-4.out
45 ${PACKAGE}FILES+=               regress.wn-5.out
46 ${PACKAGE}FILES+=               regress.wn-6.out
47 ${PACKAGE}FILES+=               regress.wn-7.out
48
49 .include <bsd.test.mk>