summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-08 12:25:04 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-08 15:52:43 +0300
commit4cd43c3042de5db16cbb3d31da91350544f4c12f (patch)
tree1e391fe7778edb05d3ba45ab0bba12da5a6aa9bc /configure.ac
parentb489f28373b6567fcace9160b506a811a506c8e0 (diff)
downloadmailutils-4cd43c3042de5db16cbb3d31da91350544f4c12f.tar.gz
mailutils-4cd43c3042de5db16cbb3d31da91350544f4c12f.tar.bz2
Further fixes in the scheme library. Add guile testsuite.
* .gitignore: Ignore .gdbinit * README: Update. * configure.ac: Add guile testsuite * libmu_scm/Makefile.am (SUBDIRS): Add tests. * libmu_scm/mu_body.c: Update smob support. * libmu_scm/mu_dbgport.c (mu_scm_make_debug_port): Delegate buffering to mailutils streams layer. * libmu_scm/mu_mailbox.c: Update smob support. (mu-mailbox-more-messages?): Fix reversed return value. * libmu_scm/mu_message.c: Update smob support. * libmu_scm/mu_mime.c: Likewise. * libmu_scm/mu_port.c (mu_port_make_from_stream): Delegate buffering to mailutils streams layer. * libmu_scm/tests/.gitignore: New file. * libmu_scm/tests/Makefile.am: New file. * libmu_scm/tests/atlocal.in: New file. * libmu_scm/tests/const.at: New file. * libmu_scm/tests/mailbox-get-message.at: New file. * libmu_scm/tests/mailbox-get-size.at: New file. * libmu_scm/tests/mailbox-get-url.at: New file. * libmu_scm/tests/mailbox-iterate.at: New file. * libmu_scm/tests/mailbox-messages-count.at: New file. * libmu_scm/tests/mailbox-open-exc.at: New file. * libmu_scm/tests/mailbox-open.at: New file. * libmu_scm/tests/mailbox-print.at: New file. * libmu_scm/tests/message-create.at: New file. * libmu_scm/tests/message-print.at: New file. * libmu_scm/tests/testsuite.at: New file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a21a1561a..0da1a9670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -393,7 +393,7 @@ if test "${with_db2+set}" = set; then
fi
AC_ARG_WITH([berkeley-db],
- AC_HELP_STRING([--with-berkeley-db],
+ AC_HELP_STRING([--with-berkeley-db@<:@=LIBDB@:>@],
[use Berkeley DB]),
[
case "${withval}" in
@@ -1342,6 +1342,7 @@ MU_CONFIG_TESTSUITE(mh)
MU_CONFIG_TESTSUITE(comsat)
MU_CONFIG_TESTSUITE(imap4d)
MU_CONFIG_TESTSUITE(mimeview)
+MU_CONFIG_TESTSUITE(libmu_scm)
AM_MISSING_PROG([AUTOM4TE], [autom4te])

Return to:

Send suggestions and report system problems to the System administrator.