aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2020-05-21 04:00:56 +0530
committerArun Isaac2020-05-25 19:09:20 +0530
commit02431261e07c3e069f14311e34faf2a5a7eefdd0 (patch)
tree4c4cc3bc3c8cd092e1684709521b95983de6a595 /Makefile.am
parent4d8ddfb30b5792280d11d58b2e1faf01f91121a9 (diff)
downloadguile-email-02431261e07c3e069f14311e34faf2a5a7eefdd0.tar.gz
guile-email-02431261e07c3e069f14311e34faf2a5a7eefdd0.tar.lz
guile-email-02431261e07c3e069f14311e34faf2a5a7eefdd0.zip
tests: Add tests for (email base64).
* tests/encoding.scm: Move common code for encoding tests to this new file. * tests/quoted-printable.scm: Load encoding.scm. * tests/base64.scm: New file. * Makefile.am (SCM_TESTS): Register tests/base64.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ea14af..f578418 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ SOURCES = \
TEST_EXTENSIONS = .scm
SCM_TESTS = \
+ tests/base64.scm \
tests/email.scm \
tests/quoted-printable.scm \
tests/utils.scm