mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
17fffb23f6
PR: 229641 Submitted by: pfg
24 lines
597 B
Makefile
24 lines
597 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.b.out
|
|
${PACKAGE}FILES+= regress.bwidth.out
|
|
${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
|
|
|
|
.include <bsd.test.mk>
|