diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-08 18:12:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-08 18:12:32 +0100 |
commit | e30cfb6711e20021612625d7e33d1af53fa10b58 (patch) | |
tree | 88f6b8cc23a25fcf65cbd5bf4cf6fce31c94bd22 /tests/Makefile.am | |
parent | bbdd2021f7d9cfd1c89ddd577806d251bf17da21 (diff) | |
download | gnutls-e30cfb6711e20021612625d7e33d1af53fa10b58.tar.gz |
Added test program mini-loss2.
Diffstat (limited to 'tests/Makefile.am')
-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 99532d3ca2..e1b6cf63e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -66,7 +66,7 @@ ctests = mini-deflate simple gc set_pkcs12_cred certder certuniqueid \ crq_apis init_roundtrip pkcs12_s2k_pem dn2 mini-eagain \ nul-in-x509-names x509_altname pkcs12_encode mini-x509 \ mini-x509-rehandshake rng-fork mini-eagain-dtls mini-loss \ - x509cert x509cert-tl infoaccess rsa-encrypt-decrypt + x509cert x509cert-tl infoaccess rsa-encrypt-decrypt mini-loss2 if ENABLE_OCSP ctests += ocsp |