mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
12 lines
221 B
Makefile
12 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.base64.out
|
|
${PACKAGE}FILES+= regress.in
|
|
${PACKAGE}FILES+= regress.sh
|
|
${PACKAGE}FILES+= regress.traditional.out
|
|
|
|
.include <bsd.test.mk>
|