aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/unit_x509.cpp2
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;
}