summaryrefslogtreecommitdiff
path: root/guile/modules/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-28 19:41:08 +0200
committerLudovic Courtès <ludo@gnu.org>2011-04-28 19:55:48 +0200
commitcd7b8102316cd4151356c4b2b7909c7435593890 (patch)
tree4a244926d83eab578af788e65eb343aa5ce25bcb /guile/modules/Makefile.am
parent8849df91785e5a28d72e6135604428ecc027778b (diff)
downloadgnutls-cd7b8102316cd4151356c4b2b7909c7435593890.tar.gz
guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.
This fix makes tests behave correctly wrt. to the Guile bug fix at <http://git.sv.gnu.org/cgit/guile.git/commit/?id=e309f3bf9ee910c4772353ca3ff95f6f4ef466b5>.
Diffstat (limited to 'guile/modules/Makefile.am')
-rw-r--r--guile/modules/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/guile/modules/Makefile.am b/guile/modules/Makefile.am
index c1829ed553..d1b1cac840 100644
--- a/guile/modules/Makefile.am
+++ b/guile/modules/Makefile.am
@@ -1,5 +1,5 @@
# GnuTLS --- Guile bindings for GnuTLS.
-# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
#
# GnuTLS is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -25,4 +25,5 @@ documentation_modules = system/documentation/README \
EXTRA_DIST = gnutls/build/enums.scm gnutls/build/smobs.scm \
gnutls/build/utils.scm gnutls/build/priorities.scm \
+ gnutls/build/tests.scm \
$(documentation_modules)