- 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/header.h.txt b/examples/all_features/test_output/header.h.txt
index dd79824..5a26a5b 100644
--- a/examples/all_features/test_output/header.h.txt
+++ b/examples/all_features/test_output/header.h.txt
@@ -20,5 +20,6 @@
===============================================================================
[doctest] test cases: 4 | 1 passed | 3 failed |
-[doctest] assertions: 1 | 1 passed | 0 failed |
+[doctest] assertions: 4 | 1 passed | 3 failed |
+[doctest] Status: FAILURE!
Program code.