winsaravanan
Programmer
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 appreciated
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 appreciated