aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/main.cpp b/src/tests/main.cpp
index 4248de56b..a7e56be63 100644
--- a/src/tests/main.cpp
+++ b/src/tests/main.cpp
@@ -233,6 +233,7 @@ class Test_Runner : public Botan_CLI::Command
for(auto&& test_name : tests_to_run)
{
try {
+ out << test_name << ':' << std::endl;
const auto results = Botan_Tests::Test::run_test(test_name, false);
out << report_out(results, tests_failed, tests_ran) << std::flush;
}