diff options
author | lloyd <[email protected]> | 2008-10-14 03:55:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-14 03:55:02 +0000 |
commit | 74f1a35716fb1b8808d062dccb49c62d177c860c (patch) | |
tree | 17c03061b6fe909026bddcf8abfa1c3103662a9c /checks/check.cpp | |
parent | 7513d887a3b79ba614d3663c90740d55ef935977 (diff) |
Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests by Falko Strenzke)
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index d4bf58d0c..2105640f8 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -212,6 +212,7 @@ int run_test_suite() errors += do_bigint_tests(BIGINT_VALIDATION_FILE, *rng); errors += do_gfpmath_tests(*rng); errors += do_pk_validation_tests(PK_VALIDATION_FILE, *rng); + //errors += do_cvc_tests(*rng); } catch(Botan::Exception& e) { |