From 02431261e07c3e069f14311e34faf2a5a7eefdd0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 21 May 2020 04:00:56 +0530 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3