From 6844c48be3b974c7e17fe5789b452278d68c284e Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 15 Oct 2008 00:43:07 +0000 Subject: Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of brackets) --- checks/check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checks') diff --git a/checks/check.cpp b/checks/check.cpp index 2105640f8..eb338266f 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -207,12 +207,12 @@ int run_test_suite() std::auto_ptr rng( RandomNumberGenerator::make_rng()); + errors += do_cvc_tests(*rng); errors += do_validation_tests(VALIDATION_FILE, *rng); errors += do_validation_tests(EXPECTED_FAIL_FILE, *rng, false); 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) { -- cgit v1.2.3