It has been a few years since I coded any C (or C++) and now I have to code an application to run on a micro-controller. Development will be on a Windows 7, 64-bit PC, which is where the unit tests will run.
Last time out I was using CppUnit, but am not sure of what might have changegd in the past few years and Wikipedia offers so many choices that I might spend weeks trying them all out.
What meets this wish-list?
- can handle plain C (gcc under Cygwin)
- quick learning curve
- good documentation, including examples, and support (forums)
- can generate stubs (mocks?) from header files
- I am using NetBeans as IDE if that makes any difference
- Integrates with Hudson is a bonus
- a GUI might be nice, all other things being equal
- I am slowly coming round to TDD, if that makes any difference
Plus anything else you can think of. Thanks in advance