diff options
author | lloyd <[email protected]> | 2014-12-27 18:15:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-27 18:15:47 +0000 |
commit | 583f466cffe43ff7506da6a06cba70596dfc56db (patch) | |
tree | 61ae3b0a38cc62a958a96fa4ce1bf75d0a66600c | |
parent | 223ef5ef234a9534e7b71c4738788299755b654e (diff) |
Provide a test report
-rw-r--r-- | src/tests/unit_x509.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp index dd681c894..d6e7f6e90 100644 --- a/src/tests/unit_x509.cpp +++ b/src/tests/unit_x509.cpp @@ -244,6 +244,8 @@ size_t test_x509() check_against_copy(user1_key, rng); check_against_copy(user2_key, rng); + test_report("X509", 0, fails); + return fails; } |