diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-05 17:06:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-05 17:06:24 +0100 |
commit | 3ec531a07ddfaddacdef08af6d49abc0eb8d8edd (patch) | |
tree | b9c9240c9d79b468b05daf26421447cff2a52654 | |
parent | 6808f0bddae9ebaa81a85f0f22bbf88afe1da9d0 (diff) | |
download | gnutls-3ec531a07ddfaddacdef08af6d49abc0eb8d8edd.tar.gz |
Temporarily remove gendh test. It takes extremely long time under valgrind.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 57a1981489..83f942604a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -60,7 +60,7 @@ ctests = simple gc set_pkcs12_cred certder certuniqueid mpi \ crq_key_id x509sign-verify cve-2009-1415 cve-2009-1416 \ crq_apis init_roundtrip pkcs12_s2k_pem dn2 mini-eagain \ nul-in-x509-names x509_altname pkcs12_encode mini-x509 \ - mini-x509-rehandshake gendh + mini-x509-rehandshake #gendh if ENABLE_OPENSSL ctests += openssl |