mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -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
16 lines
403 B
Makefile
16 lines
403 B
Makefile
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.00.out
|
|
${PACKAGE}FILES+= regress.00a.in
|
|
${PACKAGE}FILES+= regress.00b.in
|
|
${PACKAGE}FILES+= regress.01.out
|
|
${PACKAGE}FILES+= regress.01a.in
|
|
${PACKAGE}FILES+= regress.01b.in
|
|
${PACKAGE}FILES+= regress.02.out
|
|
${PACKAGE}FILES+= regress.02a.in
|
|
${PACKAGE}FILES+= regress.02b.in
|
|
${PACKAGE}FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|