Coverage but not OK: todo make lib with character_sheet to test it easily in coverage mode.

This commit is contained in:
Pcornat 2022-02-09 23:26:12 +01:00
commit 9e4e6fa226
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
3 changed files with 19 additions and 32 deletions

5
.idea/cmake.xml generated
View file

@ -2,8 +2,9 @@
<project version="4">
<component name="CMakeSharedSettings">
<configurations>
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" />
<configuration PROFILE_NAME="Release" ENABLED="true" CONFIG_NAME="Release" />
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-G Ninja" />
<configuration PROFILE_NAME="Debug Coverage" ENABLED="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-G Ninja -DENABLE_COVERAGE=ON" />
<configuration PROFILE_NAME="Release" ENABLED="true" CONFIG_NAME="Release" GENERATION_OPTIONS="-G Ninja" />
</configurations>
</component>
</project>