aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2019-07-28 11:29:04 +0530
committerArun Isaac2019-07-28 12:13:44 +0530
commitb6c904c1b57533e7a3dd4e15ed58708a06e94bc8 (patch)
tree00fa5fc770abae31b970c53b7bfac31d19371790 /Makefile.am
parent837f40590396617df78983cfddc586156b1abce9 (diff)
downloadguile-email-b6c904c1b57533e7a3dd4e15ed58708a06e94bc8.tar.gz
guile-email-b6c904c1b57533e7a3dd4e15ed58708a06e94bc8.tar.lz
guile-email-b6c904c1b57533e7a3dd4e15ed58708a06e94bc8.zip
utils: Return eof-object from read-bytes-till on end of file.
* email/utils.scm (read-bytes-till): Return eof-object, not #vu8(), on end of file. * tests/utils.scm: New file. * Makefile.am (SCM_TESTS): Register it.
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)