Categories
CuTest
'CuTest' is a unit tesing library for the C language whose tests ensure that your code keeps working as you make small changes in it. They tell you which subroutine is broken, so you can more quickly figure out what's broken. You can also keep adding to your old code without worrying about bad interactions: if there is a bad interaction the tests will catch it. Finally, if every time a bug is reported you write a quick test, you will guarantee that the bug never reappears.
Last updated 2 Dec, 2004
Versions
1.4
1.4 stable released 2004-03-18
- Released: 18 Mar, 2004
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/cutest/cutes...
- Licenses: zlib
- Interfaces: Library
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cutest - VCS Repository Webview



