We have our own test automation software which executes our product exe. We do not have test cases written in C++ but our code is written in C++.
What we want is to run out automation tool on our exe which will run the test suite and then find the lines of code that have been executed (code-coverage).
Is there any way to do the above? Something similar to LCOV?