source: Vago/quazip-0.7.2/qztest/coverage.sh@ 1049

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