aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index aeb7e98e2..24e1dab48 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -203,6 +203,8 @@ int run_test_suite(RandomNumberGenerator& rng)
u32bit errors = 0;
try
{
+ do_ec_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);