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.ascii.out
|
|
|
|
${PACKAGE}FILES+= regress.block.out
|
|
|
|
${PACKAGE}FILES+= regress.dddd.out
|
|
|
|
${PACKAGE}FILES+= regress.dddh.out
|
|
|
|
${PACKAGE}FILES+= regress.ddhd.out
|
|
|
|
${PACKAGE}FILES+= regress.ddhd2.out
|
|
|
|
${PACKAGE}FILES+= regress.ddhh.out
|
|
|
|
${PACKAGE}FILES+= regress.ddhh2.out
|
|
|
|
${PACKAGE}FILES+= regress.dhdd.out
|
|
|
|
${PACKAGE}FILES+= regress.dhdh.out
|
|
|
|
${PACKAGE}FILES+= regress.dhhd.out
|
|
|
|
${PACKAGE}FILES+= regress.dhhd2.out
|
|
|
|
${PACKAGE}FILES+= regress.dhhh.out
|
|
|
|
${PACKAGE}FILES+= regress.dhhh2.out
|
|
|
|
${PACKAGE}FILES+= regress.ed.out
|
|
|
|
${PACKAGE}FILES+= regress.grep.out
|
|
|
|
${PACKAGE}FILES+= regress.hddd.out
|
|
|
|
${PACKAGE}FILES+= regress.hddd2.out
|
|
|
|
${PACKAGE}FILES+= regress.hddh.out
|
|
|
|
${PACKAGE}FILES+= regress.hddh2.out
|
|
|
|
${PACKAGE}FILES+= regress.hdhd.out
|
|
|
|
${PACKAGE}FILES+= regress.hdhd2.out
|
|
|
|
${PACKAGE}FILES+= regress.hdhh.out
|
|
|
|
${PACKAGE}FILES+= regress.hdhh2.out
|
|
|
|
${PACKAGE}FILES+= regress.hhdd.out
|
|
|
|
${PACKAGE}FILES+= regress.hhdd2.out
|
|
|
|
${PACKAGE}FILES+= regress.hhdh.out
|
|
|
|
${PACKAGE}FILES+= regress.hhdh2.out
|
|
|
|
${PACKAGE}FILES+= regress.hhhd.out
|
|
|
|
${PACKAGE}FILES+= regress.hhhd2.out
|
|
|
|
${PACKAGE}FILES+= regress.hhhh.out
|
|
|
|
${PACKAGE}FILES+= regress.hhhh2.out
|
|
|
|
${PACKAGE}FILES+= regress.n21.out
|
|
|
|
${PACKAGE}FILES+= regress.rand1.out
|
|
|
|
${PACKAGE}FILES+= regress.rand2.out
|
|
|
|
${PACKAGE}FILES+= regress.sh
|
|
|
|
${PACKAGE}FILES+= regress.stutter.out
|
|
|
|
${PACKAGE}FILES+= regress.stutter2.out
|
|
|
|
${PACKAGE}FILES+= regress.tabs.out
|
|
|
|
${PACKAGE}FILES+= regress.wX1.out
|
|
|
|
${PACKAGE}FILES+= regress.wXl.out
|
|
|
|
${PACKAGE}FILES+= regress.wc.out
|
|
|
|
${PACKAGE}FILES+= regress.wdl.out
|
|
|
|
${PACKAGE}FILES+= regress.wdn.out
|
|
|
|
${PACKAGE}FILES+= regress.we.out
|
|
|
|
${PACKAGE}FILES+= regress.wf.out
|
|
|
|
${PACKAGE}FILES+= regress.wg.out
|
|
|
|
${PACKAGE}FILES+= regress.wgd.out
|
|
|
|
${PACKAGE}FILES+= regress.wo.out
|
|
|
|
${PACKAGE}FILES+= regress.wp1.out
|
|
|
|
${PACKAGE}FILES+= regress.wp2.out
|
|
|
|
${PACKAGE}FILES+= regress.wp3.out
|
|
|
|
${PACKAGE}FILES+= regress.wp4.out
|
|
|
|
${PACKAGE}FILES+= regress.wp5.out
|
|
|
|
${PACKAGE}FILES+= regress.wp6.out
|
|
|
|
${PACKAGE}FILES+= regress.wu.out
|
|
|
|
${PACKAGE}FILES+= regress.wwe.out
|
|
|
|
${PACKAGE}FILES+= regress.wx.out
|
|
|
|
${PACKAGE}FILES+= regress.wxn.out
|
|
|
|
${PACKAGE}FILES+= regress.x.out
|
|
|
|
${PACKAGE}FILES+= regress.xaa.out
|
|
|
|
${PACKAGE}FILES+= regress.yes.out
|
2014-03-16 08:04:06 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|