mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 05:16:40 -04:00
11 lines
193 B
Makefile
11 lines
193 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.1.in
|
|
${PACKAGE}FILES+= regress.2.in
|
|
${PACKAGE}FILES+= regress.out
|
|
${PACKAGE}FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|