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:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent bdc1f827f6
commit b6d9cb0d9e
4 changed files with 70 additions and 155 deletions
-4
View File
@@ -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 ^