mirror of https://github.com/AxioDL/metaforce.git
4 lines
134 B
Bash
4 lines
134 B
Bash
|
#!/bin/sh
|
||
|
lcov --capture -b ../quazip -d ../quazip/.obj --output-file cov.info
|
||
|
genhtml --demangle-cpp cov.info --output-directory cov
|