aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-03 18:00:46 +0200
committerSimon Warta <[email protected]>2015-07-03 18:01:49 +0200
commitf2af024d2518b4b78fecea89da3bd24ee939f357 (patch)
treeda3ee9520a072631d1e8ecc8fd266211521cd1b9 /src/tests
parentae94396329f583d0999d4086936811f68bddd59b (diff)
Add seperator above test summary
Diffstat (limited to 'src/tests')
-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 539737437..b7cfd2ecc 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -56,6 +56,7 @@ size_t run_tests(const std::vector<test_fn>& tests)
}
// Summary for test suite
+ std::cout << "===============" << std::endl;
test_report("Tests", 0, fails);
return fails;