diff options
Diffstat (limited to 'usr.bin/calendar/tests/Makefile')
-rw-r--r-- | usr.bin/calendar/tests/Makefile | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/usr.bin/calendar/tests/Makefile b/usr.bin/calendar/tests/Makefile new file mode 100644 index 000000000000..24ab9572413a --- /dev/null +++ b/usr.bin/calendar/tests/Makefile @@ -0,0 +1,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> |