mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove the libloot_internals_tests target
Move its tests to libloot_tests, as there's nothing in the internals that can't be just as easily tested through the public API.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
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 ^
|
||||
|
||||
Reference in New Issue
Block a user