UnitTest is a simple unit testing framework for C code. UnitTest provides facilities for making assertions, mocking (faking) functions and a means for running unit tests. UnitTest is minimalistic in its approach to unit testing. UnitTest is intended to be used with embedded systems
See the documentation page for details on how to setup and use the framework.