opnsense-src/usr.bin/bintrans/tests/Makefile
Baptiste Daroussin 83e8c23178 bintrans: replace the quoted printable encoder/decoder
Replace the quoted printable code with one that respects RFC2045
Add tests about this parsers and encoders, using examples from the
wikipedia page.

Reviewed by:	pstef
Differential Revision: https://reviews.freebsd.org/D36314
2022-08-25 09:29:18 +02:00

15 lines
398 B
Makefile

# $FreeBSD$
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>