mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
14 lines
505 B
Batchfile
14 lines
505 B
Batchfile
rmdir /q /s build\coverage
|
|
|
|
OpenCppCoverage.exe --sources %cd%\src --sources %cd%\include ^
|
|
--export_type binary:build\coverage\unit.cov --working_dir build ^
|
|
-- build\Debug\libloot_internals_tests.exe
|
|
|
|
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
|