1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/embunit
René Kijewski 2e3a636b7e embUnit: simplify strcmp() implementation
The logic of `stdimpl_strcmp()` was needlessly complicated and not
understood by scan-build. This change fixes the warning and makes the
code more readable.

Found via scan-build.
2015-08-25 21:17:40 +02:00
..
AssertImpl.c
AUTHORS
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
COPYING
Makefile
readme_en.txt
RepeatedTest.c
stdImpl.c embUnit: simplify strcmp() implementation 2015-08-25 21:17:40 +02:00
TestCaller.c
TestCase.c
TestResult.c
TestRunner.c
TestSuite.c
TextOutputter.c
TextUIRunner.c
XMLOutputter.c