mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
13 lines
276 B
Makefile
13 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= regress.base64.in
|
|
${PACKAGE}FILES+= regress.out
|
|
${PACKAGE}FILES+= regress.sh
|
|
${PACKAGE}FILES+= regress.traditional.in
|
|
${PACKAGE}FILES+= regress.153276.in regress.153276.out
|
|
|
|
.include <bsd.test.mk>
|