I am trying to check gcov for code coverage analysis for a few test script before trying it out in bigger implementations.
When I do a
g++ -fprofile-arcs -ftest-coverage -pg testcpp.cpp
.gcda files aren't getting generated as a result of which gcov testcpp.cpp is failing.Any help will be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.