1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/embunit
Janos Kutscherauer 5d7ba5b35f Added a colored outputter to embUnit.
The outputter is called ColorTextOutputter and can be enabled by defining OUTPUT=COLORTEXT.
The colored outputter behaves just like the TextOutputter, but displays successful tests in GREEN and failed tests in RED. The summary message is also in GREEN/RED, but is slightly different from the TextOutputter.

Also:
* Added fancy simple none-verbose color-outputter for EmbUnit. The outputter outputs a simple statistics line in GREEN or RED, according to the test success or failure. (Also, the ColorTextOutputter was adjusted to use the statistics output of this new ColorOutputter.) The new outputter can be activated with OUTPUT=COLOR.
* Added a single character "." output for the simple color outputter and replaced the color codes by macros.
2015-08-17 15:04:27 +02:00
..
AssertImpl.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
AUTHORS tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
ColorOutputter.c Added a colored outputter to embUnit. 2015-08-17 15:04:27 +02:00
ColorTextColors.h Added a colored outputter to embUnit. 2015-08-17 15:04:27 +02:00
ColorTextOutputter.c Added a colored outputter to embUnit. 2015-08-17 15:04:27 +02:00
CompilerOutputter.c embunit: fix outputters for msp430 2014-12-21 20:04:57 +01:00
COPYING tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
Makefile tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
readme_en.txt tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
RepeatedTest.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
stdImpl.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TestCaller.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TestCase.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TestResult.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TestRunner.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TestSuite.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
TextOutputter.c embunit: fix outputters for msp430 2014-12-21 20:04:57 +01:00
TextUIRunner.c tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00
XMLOutputter.c embunit: fix outputters for msp430 2014-12-21 20:04:57 +01:00