views:

143

answers:

1

Does anybody know of a free/commercial tool that would automatically generate tests and stubs for C code to work with CUnit framework?

+1  A: 

Try CMock for generating stub implementations of header files.

Gerard