mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
14 lines
386 B
Makefile
14 lines
386 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= bintrans_test
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= textqpenc textqpdec
|
|
${PACKAGE}FILES+= regress.base64.in regress.base64.out
|
|
${PACKAGE}FILES+= regress.in regress.out
|
|
${PACKAGE}FILES+= regress.sh
|
|
${PACKAGE}FILES+= regress.traditional.in regress.traditional.out
|
|
${PACKAGE}FILES+= regress.153276.in regress.153276.out
|
|
|
|
.include <bsd.test.mk>
|