Reputation: 1295
Does anybody know of a free/commercial tool that would automatically generate tests and stubs for C code to work with CUnit framework?
Upvotes: 3
Views: 934
Reputation: 1
Looks like netbeans will do it.
Upvotes: 0
Reputation: 21
Try CMock for generating stub implementations of header files.
Upvotes: 2