First of all, thank you for creating CPPUNIT: it has made my life a lot more productive, and it is a nice piece of software.
Now my question: I am running out of memory on some of my larger test suites. This is caused by cppunit instantiating a test suite for each test it is going to run before it runs the first test.
Is there something inherent to the design that all the tests need their own copy AND need to be created before running the first test?
Theo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all, thank you for creating CPPUNIT: it has made my life a lot more productive, and it is a nice piece of software.
Now my question: I am running out of memory on some of my larger test suites. This is caused by cppunit instantiating a test suite for each test it is going to run before it runs the first test.
Is there something inherent to the design that all the tests need their own copy AND need to be created before running the first test?
Theo
What IDE are you using? I know that some people have found problems with Visual Studio .NET 2003. See the following link for details,
http://sourceforge.net/tracker/index.php?func=detail&aid=976467&group_id=11795&atid=111795
Try running your unit tests from the command line rather than using the GUI.