mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -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
28 lines
824 B
Makefile
28 lines
824 B
Makefile
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${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.R-1.out
|
|
${PACKAGE}FILES+= regress.in
|
|
${PACKAGE}FILES+= regress.n1.out
|
|
${PACKAGE}FILES+= regress.n2.out
|
|
${PACKAGE}FILES+= regress.n2147483647.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
|
|
|
|
.include <bsd.test.mk>
|