mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
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
15 lines
398 B
Makefile
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>
|