2014-03-16 08:04:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE= tests
|
|
|
|
|
2014-03-16 08:04:06 +00:00
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
|
2016-05-05 00:20:53 +01:00
|
|
|
${PACKAGE}FILES+= regress.b.out
|
2018-08-13 22:54:27 +01:00
|
|
|
${PACKAGE}FILES+= regress.bwidth.out
|
2016-05-05 00:20:53 +01:00
|
|
|
${PACKAGE}FILES+= regress.d.out
|
|
|
|
${PACKAGE}FILES+= regress.f.out
|
|
|
|
${PACKAGE}FILES+= regress.l1.out
|
|
|
|
${PACKAGE}FILES+= regress.l2.out
|
|
|
|
${PACKAGE}FILES+= regress.m1.out
|
|
|
|
${PACKAGE}FILES+= regress.m2.out
|
|
|
|
${PACKAGE}FILES+= regress.m3.out
|
|
|
|
${PACKAGE}FILES+= regress.m4.out
|
|
|
|
${PACKAGE}FILES+= regress.m5.out
|
|
|
|
${PACKAGE}FILES+= regress.missingpos1.out
|
|
|
|
${PACKAGE}FILES+= regress.s.out
|
|
|
|
${PACKAGE}FILES+= regress.sh
|
|
|
|
${PACKAGE}FILES+= regress.zero.out
|
2014-03-16 08:04:06 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|