mirror of
https://github.com/opnsense/src.git
synced 2026-06-18 21:20:30 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
23 lines
634 B
Makefile
23 lines
634 B
Makefile
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.00.out
|
|
${PACKAGE}FILES+= regress.01.out
|
|
${PACKAGE}FILES+= regress.02.out
|
|
${PACKAGE}FILES+= regress.03.out
|
|
${PACKAGE}FILES+= regress.04.out
|
|
${PACKAGE}FILES+= regress.05.out
|
|
${PACKAGE}FILES+= regress.06.out
|
|
${PACKAGE}FILES+= regress.07.out
|
|
${PACKAGE}FILES+= regress.08.out
|
|
${PACKAGE}FILES+= regress.09.out
|
|
${PACKAGE}FILES+= regress.0a.out
|
|
${PACKAGE}FILES+= regress.0b.out
|
|
${PACKAGE}FILES+= regress.0c.out
|
|
${PACKAGE}FILES+= regress.0d.out
|
|
${PACKAGE}FILES+= regress.in
|
|
${PACKAGE}FILES+= regress.sh
|
|
${PACKAGE}FILES+= regress2.in
|
|
|
|
.include <bsd.test.mk>
|