From 3c566d41ac74eb3143c2ccfe85c7360581f70fa8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Aug 2019 02:47:50 +0530 Subject: Distribute test data files. * Makefile.am (EXTRA_DIST): Add tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part and tests/email-with-8bit-encoding-and-non-utf8-charset. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f3f461f..3dee68b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,8 @@ info_TEXINFOS = doc/guile-email.texi EXTRA_DIST += \ $(TESTS) \ build-aux/test-driver.scm \ + tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part \ + tests/email-with-8bit-encoding-and-non-utf8-charset \ COPYING \ README.org -- cgit v1.2.3