Hi,

I am trying to compile my code to check Coverage. i have used "-fprofile-arcs -ftest-coverage" option while compiling my code using GCC. Neither i get any .da / .bb / .gcda files or .gcov files after running the application.

I tried using the hack specified in the link below
http://www.qtcentre.org/forum/f-gene...post78633.html But i still face the same issue.

Am i missing some thing or Is there any other configuration needed to use Gcov.

Thanks in advance.

Mani