summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/tests/Makefile
blob: 24ab9572413ac85b995f27cd27a3245e10219868 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PACKAGE=	tests

TAP_TESTS_SH=	comment_test cond_test legacy_test

TEST_METADATA.comment_test+=	timeout="600"
TEST_METADATA.cond_test+=	timeout="600"
TEST_METADATA.legacy_test+=	timeout="600"

${PACKAGE}FILES+=		calendar.comment
${PACKAGE}FILES+=		regress.comment.out
${PACKAGE}FILES+=		comment.sh

${PACKAGE}FILES+=		calendar.cond
${PACKAGE}FILES+=		regress.cond.out
${PACKAGE}FILES+=		cond.sh

${PACKAGE}FILES+=		calendar.calibrate
${PACKAGE}FILES+=		regress.a1.out
${PACKAGE}FILES+=		regress.a2.out
${PACKAGE}FILES+=		regress.a3.out
${PACKAGE}FILES+=		regress.a4.out
${PACKAGE}FILES+=		regress.a5.out
${PACKAGE}FILES+=		regress.b1.out
${PACKAGE}FILES+=		regress.b2.out
${PACKAGE}FILES+=		regress.b3.out
${PACKAGE}FILES+=		regress.b4.out
${PACKAGE}FILES+=		regress.b5.out
${PACKAGE}FILES+=		regress.s1.out
${PACKAGE}FILES+=		regress.s2.out
${PACKAGE}FILES+=		regress.s3.out
${PACKAGE}FILES+=		regress.s4.out
${PACKAGE}FILES+=		regress.s5.out
${PACKAGE}FILES+=		regress.sh
${PACKAGE}FILES+=		regress.w0-1.out
${PACKAGE}FILES+=		regress.w0-2.out
${PACKAGE}FILES+=		regress.w0-3.out
${PACKAGE}FILES+=		regress.w0-4.out
${PACKAGE}FILES+=		regress.w0-5.out
${PACKAGE}FILES+=		regress.w0-6.out
${PACKAGE}FILES+=		regress.w0-7.out
${PACKAGE}FILES+=		regress.wn-1.out
${PACKAGE}FILES+=		regress.wn-2.out
${PACKAGE}FILES+=		regress.wn-3.out
${PACKAGE}FILES+=		regress.wn-4.out
${PACKAGE}FILES+=		regress.wn-5.out
${PACKAGE}FILES+=		regress.wn-6.out
${PACKAGE}FILES+=		regress.wn-7.out

.include <bsd.test.mk>