Sunday, August 9, 2015

Test-Driving CuTest Unit testing framework (and it's memory leak issues)

I am currently evaluating CuTest as I was supposed to use it for embedded systems development. Using a memory leak detector, I found out that there is a memory leak when suites are nested. I forked it and made some modifications on the CuTest source code to resolve the memory leak. The changes are very simple and was tested very lightly as of the moment. Source Code Link  

Nevertheless, CuTest is a very good lightweight unit testing library.

No comments:

Post a Comment