mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-16 18:59:05 +00:00
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
|