aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests.cpp')
-rw-r--r--src/tests/tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
index 14588cf0d..539737437 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -55,6 +55,7 @@ size_t run_tests(const std::vector<test_fn>& tests)
}
}
+ // Summary for test suite
test_report("Tests", 0, fails);
return fails;