diff options
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 e47cc543b..374eff964 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -229,6 +229,7 @@ int run_test_suite(RandomNumberGenerator& rng) errors += do_bigint_tests(BIGINT_VALIDATION_FILE, rng); errors += do_pk_validation_tests(PK_VALIDATION_FILE, rng); do_x509_tests(rng); + do_tls_tests(rng); //errors += do_cvc_tests(rng); } catch(std::exception& e) |