- almost done with the should_fail/may_fail/expected_failures decorators
- added SUCCESS/FAILURE message at the end after running the tests
- FAIL/FAIL_CHECK are now counted as asserts!!!
- relates #67
- relates #9
diff --git a/examples/all_features/test_output/logging.cpp.txt b/examples/all_features/test_output/logging.cpp.txt
index 2fe5fce..5cc1fc4 100644
--- a/examples/all_features/test_output/logging.cpp.txt
+++ b/examples/all_features/test_output/logging.cpp.txt
@@ -105,5 +105,6 @@
===============================================================================
[doctest] test cases: 6 | 0 passed | 6 failed |
-[doctest] assertions: 6 | 0 passed | 6 failed |
+[doctest] assertions: 11 | 0 passed | 11 failed |
+[doctest] Status: FAILURE!
Program code.