summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a8df177..4f3f296 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,8 @@ TEST_EXTENSIONS = .scm
 
 SCM_TESTS =			\
   tests/email.scm		\
-  tests/quoted-printable.scm
+  tests/quoted-printable.scm	\
+  tests/utils.scm
 
 TESTS = $(SCM_TESTS)