You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
AUTHORS tests: make embUnit a normal sys module 8 years ago
AssertImpl.c tests: make embUnit a normal sys module 8 years ago
COPYING tests: make embUnit a normal sys module 8 years ago
ColorOutputter.c Added a colored outputter to embUnit. 8 years ago
ColorTextColors.h Added a colored outputter to embUnit. 8 years ago
ColorTextOutputter.c Added a colored outputter to embUnit. 8 years ago
CompilerOutputter.c embunit: fix outputters for msp430 8 years ago
Makefile tests: make embUnit a normal sys module 8 years ago
RepeatedTest.c tests: make embUnit a normal sys module 8 years ago
TestCaller.c tests: make embUnit a normal sys module 8 years ago
TestCase.c tests: make embUnit a normal sys module 8 years ago
TestResult.c tests: make embUnit a normal sys module 8 years ago
TestRunner.c tests: make embUnit a normal sys module 8 years ago
TestSuite.c tests: make embUnit a normal sys module 8 years ago
TextOutputter.c embunit: fix outputters for msp430 8 years ago
TextUIRunner.c tests: make embUnit a normal sys module 8 years ago
XMLOutputter.c embunit: fix outputters for msp430 8 years ago
readme_en.txt tests: make embUnit a normal sys module 8 years ago
stdImpl.c embUnit: simplify `strcmp()` implementation 8 years ago