AceUnit (Advanced C and EmbeddedUnit): a comfortable C code unit test framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development.
Simple C language-based unit test library that supports test cases and test suites. This library is also suitable for embedded applications because that was its original purpose.
EmbeddedUnit is unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System.
EmbeddedUnit does not require std C libs.
All objects are allocated to const area.