User Ratings

 
 
11
4

Rate CuTest: C Unit Testing Framework

How would you rate CuTest: C Unit Testing Framework?





Express yourself: log in to write a review.

User Reviews

  • Posted by Matt C. Skinner 2010-01-19

    Good ideas here, but looking through CuTest.c, I find no references to free(), yet several to Malloc when using CuStrings. While small test suites will not likely run out of memory, situations can arise where your code completely fails. I suggest you have somewhere that frees the memory. Also you need to check your return codes. Fix these and I would say it is solid simple testing framework.

  • Posted by Jonah 2012-11-13

    gracias

  • Posted by Joan 2012-11-02

    What is the difference between CuTest and CUnit? Does an eclipse plugin exists for CuTest? Thanks

Read more reviews