b516ac7435
Submitted by: arichardson (Alexander Richardson) Differential Revision: https://reviews.freebsd.org/D27568
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
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>
|