diff options
author | Arun Isaac | 2019-08-09 02:47:50 +0530 |
---|---|---|
committer | Arun Isaac | 2019-08-09 02:47:50 +0530 |
commit | 3c566d41ac74eb3143c2ccfe85c7360581f70fa8 (patch) | |
tree | f0db52cdab1d47f834678ab9f0c0fe6c1957b887 | |
parent | db39b0db7dcf5bd48f0456c554164faee1bc8bf7 (diff) | |
download | guile-email-3c566d41ac74eb3143c2ccfe85c7360581f70fa8.tar.gz guile-email-3c566d41ac74eb3143c2ccfe85c7360581f70fa8.tar.lz guile-email-3c566d41ac74eb3143c2ccfe85c7360581f70fa8.zip |
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.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |