mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
12 lines
232 B
Makefile
12 lines
232 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>
|