diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-08 13:13:58 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-08 13:13:58 +0000 |
commit | 70ef54f7010da9d3f785dafdebd5a264993ce216 (patch) | |
tree | 4638e10856b2045efed9fc9d9b5f6678c0af8c6c /tests | |
parent | 51f46f895b3e5e07157331e80cdff1f330b9f432 (diff) | |
download | gnutls-70ef54f7010da9d3f785dafdebd5a264993ce216.tar.gz |
Add certder test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dd4ec9585c..646c68da2b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2004, 2005 Free Software Foundation +# Copyright (C) 2004, 2005, 2006 Free Software Foundation # # Author: Simon Josefsson # @@ -37,7 +37,7 @@ tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la \ ../gl/libgnu.la @LTLIBREADLINE@ ctests = simple anonself pskself openssl gc dhepskself set_pkcs12_cred \ - tlsia resume + tlsia resume certder TESTS = pkcs12_neon pkcs8 $(ctests) check_PROGRAMS = $(ctests) dist_check_SCRIPTS = pkcs12_neon pkcs8 |