summaryrefslogtreecommitdiff
path: root/guile/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-05-07 15:39:13 +0200
committerSimon Josefsson <simon@josefsson.org>2008-05-07 15:39:13 +0200
commite91acdf32910381cbd4fd8908c0625a187488bae (patch)
tree6a848eaa75ce473b5a51364e5207a128600a7d88 /guile/tests
parent13c6c88d456cf6d67e99fa041ddf5418a84ab76a (diff)
downloadgnutls-e91acdf32910381cbd4fd8908c0625a187488bae.tar.gz
libgnutls: Compile if SRP is disabled.
Report and tiny patches from <jared.jennings.ctr@eglin.af.mil>, see <https://savannah.gnu.org/support/index.php?106342>.
Diffstat (limited to 'guile/tests')
-rw-r--r--guile/tests/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/guile/tests/Makefile.am b/guile/tests/Makefile.am
index b0109217f4..d3fd435ebe 100644
--- a/guile/tests/Makefile.am
+++ b/guile/tests/Makefile.am
@@ -1,5 +1,5 @@
# GNUTLS -- Guile bindings for GnuTLS.
-# Copyright (C) 2007 Free Software Foundation
+# Copyright (C) 2007, 2008 Free Software Foundation
#
# GNUTLS is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -18,9 +18,13 @@
TESTS = anonymous-auth.scm session-record-port.scm \
pkcs-import-export.scm \
openpgp-keys.scm openpgp-keyring.scm openpgp-auth.scm \
- srp-base64.scm errors.scm \
+ errors.scm \
x509-certificates.scm x509-auth.scm
+if ENABLE_SRP
+TESTS += srp-base64.scm
+endif
+
TESTS_ENVIRONMENT = $(top_builddir)/guile/pre-inst-guile -L $(srcdir)