This project has been moved to github. Please check the current project page at:
http://cpputest.github.com/cpputest/
----------------------------------------------------------
CppUTest is a unit testing framework. Its main goal is to provide a simple unit testing framework that can also work well with embedded systems. It also provides support for working with C.
Embedded Unit 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.
Embedded Unit does not require std C libs.
All objects are allocated to const area.