unit testing framework for C
Posted
by Vineel Kumar Reddy
on Stack Overflow
See other posts from Stack Overflow
or by Vineel Kumar Reddy
Published on 2010-04-30T15:44:17Z
Indexed on
2010/04/30
15:47 UTC
Read the original article
Hit count: 138
Filed under:
c
Is there any unit testing framework for C like JUnit and Nunit for java and .NET? Or how do we test a piece of code written in C for different scenarios?
Thanks in advance......
© Stack Overflow or respective owner