Is it possible to integrate any code coverage tool with CppUnit? If yes, could you please let me know how to do it and which code coverage tool to use. We can integrate Clover with JUnit. So similar I want on CppUnit side. This I need to find out what code are the tests acutally testing?
Thanks in advance,
// Rahul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
Is it possible to integrate any code coverage tool with CppUnit? If yes, could you please let me know how to do it and which code coverage tool to use. We can integrate Clover with JUnit. So similar I want on CppUnit side. This I need to find out what code are the tests acutally testing?
Thanks in advance,
// Rahul