3

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

Srinath
  • 1,215
  • 2
  • 9
  • 9

2 Answers2

2

Try CMock for generating stub implementations of header files.

Gerard
  • 21
  • 2
0

Looks like netbeans will do it.

love Computer science
  • 1,824
  • 4
  • 20
  • 39