silentbicycle / greatest

A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
ISC License
1.48k stars 108 forks source link

greenest: Add colorizing for the result string #107

Open fwsmit opened 3 years ago

fwsmit commented 3 years ago

Sometimes it's hard to tell if the test fail, when you see only passing tests on the screen. Coloring the "fail" or "skip" strings in the result red or yellow respectively solves this problem. If all tests pass, the pass is colored green as well.