From 761c0aead46e2c89648de21c26eca846cfd39690 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 1 Oct 2018 23:35:42 +0530 Subject: tests: Add tests for (email email). * tests/email.scm: New file. * Makefile.am (SCM_TESTS): Register it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9b999e1..a52d378 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ SOURCES = \ TEST_EXTENSIONS = .scm SCM_TESTS = \ + tests/email.scm \ tests/quoted-printable.scm TESTS = $(SCM_TESTS) -- cgit v1.2.3