aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-09 06:06:37 +0000
committerlloyd <[email protected]>2008-10-09 06:06:37 +0000
commit07fdbed18931e0494fe0abf7f9a0ca31a63cad89 (patch)
treee31a1133b35dc03c44a172ee37972406b82d17be /checks/check.cpp
parentda64857aa6d5fd762f4def938992194673c0525a (diff)
Make GF(p) tests part of normal test suite
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index f440302f0..d4bf58d0c 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -210,6 +210,7 @@ int run_test_suite()
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);
}
catch(Botan::Exception& e)