source:
Vago/quazip-0.7.2/qztest/coverage.sh@
1089
Last change on this file since 1089 was 1049, checked in by , 8 years ago | |
---|---|
File size: 134 bytes |
Rev | Line | |
---|---|---|
[1049] | 1 | #!/bin/sh |
2 | lcov --capture -b ../quazip -d ../quazip/.obj --output-file cov.info | |
3 | genhtml --demangle-cpp cov.info --output-directory cov |
Note:
See TracBrowser
for help on using the repository browser.