mirror of
https://github.com/opnsense/src.git
synced 2026-06-25 00:19:57 -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
11 lines
231 B
Makefile
11 lines
231 B
Makefile
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.00.in
|
|
${PACKAGE}FILES+= regress.00.out
|
|
${PACKAGE}FILES+= regress.01.out
|
|
${PACKAGE}FILES+= regress.01.sh
|
|
${PACKAGE}FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|