I have been using CppUnit for a little while now and am trying to expand the capabilities a little. I wonder if anyone can point me to information on how I can:
1) Implement a timeout for a test - ie, after 10 minutes kill the test and move on
2) Recover from a core dump. Currently if a test cores, say there were 20 testcases running I don't know which one cored and how many passed - is there a mechanism in Cppunit to handle this? If not, any chance someone has looked into it and give me some pointers - I am lost on this.
Regards,
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have been using CppUnit for a little while now and am trying to expand the capabilities a little. I wonder if anyone can point me to information on how I can:
1) Implement a timeout for a test - ie, after 10 minutes kill the test and move on
2) Recover from a core dump. Currently if a test cores, say there were 20 testcases running I don't know which one cored and how many passed - is there a mechanism in Cppunit to handle this? If not, any chance someone has looked into it and give me some pointers - I am lost on this.
Regards,
Tom