Srinath
Srinath

Reputation: 1295

Autogeneration of tests and stubs with CUnit

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

Answers (2)

Pete S.
Pete S.

Reputation: 1

Looks like netbeans will do it.

Upvotes: 0

Gerard
Gerard

Reputation: 21

Try CMock for generating stub implementations of header files.

Upvotes: 2

Related Questions