Color test results using ANSI escape codes

Help error detection by adding specific colors for test results. This
behavior is activated only when unity if compiled with UNITY_COLOR flag.
This commit is contained in:
Victor Lambret
2017-10-24 07:25:29 +02:00
parent 60def109a7
commit 17d4ea92e1
2 changed files with 26 additions and 0 deletions

View File

@ -337,6 +337,13 @@ things anyway, though... so this option exists for those situations.
_Example:_
#define UNITY_EXCLUDE_SETJMP
##### `UNITY_OUTPUT_COLOR`
If you want to add color using ANSI escape codes you can use this define.
t
_Example:_
#define UNITY_OUTPUT_COLOR
## Getting Into The Guts