Adjust options for lcov/genhtml to unmangled symbols and HTML frames

This commit is contained in:
Alexander Mai 2016-02-02 12:23:33 +01:00
parent 4b9241f643
commit 7295bd866a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ test/cfg/runtests.sh
gcov lib/*.cpp -o lib/
lcov --directory ./ --capture --output-file lcov_tmp.info -b ./
lcov --extract lcov_tmp.info "$(pwd)/*" --output-file lcov.info
genhtml lcov.info -o coverage_report
genhtml lcov.info -o coverage_report --frame --legend --demangle-cpp
rm cli/*.gcda
rm cli/*.gcno
rm lib/*.gcda