2014-03-16 08:04:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE= tests
|
2016-05-04 23:20:53 +00:00
|
|
|
|
2014-03-16 08:04:06 +00:00
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
|
2016-09-26 13:59:18 +00:00
|
|
|
TEST_METADATA.legacy_test+= timeout="600"
|
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
${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.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
|
2014-03-16 08:04:06 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|