I use CxxTest for an embedded c/c++ environment (primarily C++).  

I prefer CxxTest because it has a perl/python script to build the test runner.  After a small slope to get it setup (smaller still since you don't have to write the test runner), it's pretty easy to use (includes samples and useful documentation).  The most work was setting up the 'hardware' the code accesses so I could unit/module test effectively.  After that it's easy to add new unit test cases.

As mentioned previously it is a C/C++ unit test framework.  So you will need a C++ compiler.



[CxxTest User Guide][1]
[CxxTest Wiki][2]


  [1]: http://cxxtest.sourceforge.net/guide.html
  [2]: http://cxxtest.com/index.php?title=Main_Page