mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05: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>
|