aboutsummaryrefslogtreecommitdiff
path: root/examples/AutomatedTest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/AutomatedTest/main.cpp')
-rw-r--r--examples/AutomatedTest/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/AutomatedTest/main.cpp b/examples/AutomatedTest/main.cpp
index 6fac6f4..e724176 100644
--- a/examples/AutomatedTest/main.cpp
+++ b/examples/AutomatedTest/main.cpp
@@ -37,8 +37,10 @@ void run_unit_tests() {
test_irr_array();
test_irr_string();
} catch (const std::exception &e) {
+ std::cerr << e.what() << std::endl;
test_fail++;
}
+ std::cout << std::endl;
}
int main(int argc, char *argv[])