diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-08 21:03:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-08 21:03:45 +0200 |
commit | 20700893c89d35b9b628a086d6465ed2f6a7a5b5 (patch) | |
tree | 6a5be1fa613dee806ed1fe35cb14d0d2dd8e7cf0 /tests/Makefile.am | |
parent | f46ad825895cc5f27a00bc0b763190fa330c4d78 (diff) | |
download | libtasn1-20700893c89d35b9b628a086d6465ed2f6a7a5b5.tar.gz libtasn1-20700893c89d35b9b628a086d6465ed2f6a7a5b5.tar.bz2 libtasn1-20700893c89d35b9b628a086d6465ed2f6a7a5b5.zip |
Added tool to benchmark X.509 structure decoding.
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 61c8737..a7f8336 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c \ # For crlf. EXTRA_DIST += crlf.cer -dist_check_SCRIPTS = crlf +dist_check_SCRIPTS = crlf benchmark dist_check_SCRIPTS += threadsafety |