Add option to print FAILED instead of FAIL during the summary

For easier automation and searching for a test suite failure
This commit is contained in:
jsalling
2016-04-27 21:00:04 -05:00
parent a00e879d3d
commit 0137f4a8c2
2 changed files with 4 additions and 0 deletions

View File

@@ -1323,6 +1323,9 @@ int UnityEnd(void)
else
{
UnityPrintFail();
#ifdef UNITY_DIFFERENTIATE_FINAL_FAIL
UNITY_OUTPUT_CHAR('E'); UNITY_OUTPUT_CHAR('D');
#endif
}
UNITY_PRINT_EOL();
UNITY_OUTPUT_COMPLETE();