mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
10 lines
322 B
Batchfile
10 lines
322 B
Batchfile
rmdir /q /s build\coverage
|
|||
|
|
|
||
|
|
OpenCppCoverage.exe --sources %cd%\src --sources %cd%\include ^
|
||
|
|
--input_coverage build\coverage\unit.cov ^
|
||
|
|
--export_type cobertura:build\coverage\cobertura.xml ^
|
||
|
|
--export_type html:build\coverage --working_dir build ^
|
||
|
|
-- build\Debug\libloot_tests.exe
|
||
|
|
|
||
|
|
build\coverage\index.html
|