source:
Vago/quazip-0.7.2/qztest/coverage.sh@
1049
Last change on this file since 1049 was 1049, checked in by , 8 years ago | |
---|---|
File size: 134 bytes |
Line | |
---|---|
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.