mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|