diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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) |