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-04 23:20:53 +00:00
|
|
|
${PACKAGE}FILES+= regress.0.in
|
|
|
|
${PACKAGE}FILES+= regress.0.out
|
|
|
|
${PACKAGE}FILES+= regress.0I.out
|
|
|
|
${PACKAGE}FILES+= regress.0J.out
|
|
|
|
${PACKAGE}FILES+= regress.0L.out
|
|
|
|
${PACKAGE}FILES+= regress.0P1.out
|
|
|
|
${PACKAGE}FILES+= regress.I.out
|
|
|
|
${PACKAGE}FILES+= regress.J.out
|
|
|
|
${PACKAGE}FILES+= regress.L.out
|
|
|
|
${PACKAGE}FILES+= regress.P1.out
|
|
|
|
${PACKAGE}FILES+= regress.R.out
|
|
|
|
${PACKAGE}FILES+= regress.in
|
|
|
|
${PACKAGE}FILES+= regress.n1.out
|
|
|
|
${PACKAGE}FILES+= regress.n2.out
|
|
|
|
${PACKAGE}FILES+= regress.n2P0.out
|
|
|
|
${PACKAGE}FILES+= regress.n3.out
|
|
|
|
${PACKAGE}FILES+= regress.normal.out
|
|
|
|
${PACKAGE}FILES+= regress.quotes.in
|
|
|
|
${PACKAGE}FILES+= regress.quotes.out
|
|
|
|
${PACKAGE}FILES+= regress.sh
|
2014-03-16 08:04:06 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|