Using Unity (a special library for C for Unit tests)

This commit is contained in:
andrey 2026-01-22 18:18:03 +07:00
parent 857d79e572
commit fd7c6c91cd
10 changed files with 4638 additions and 24 deletions

View file

@ -49,6 +49,8 @@
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="main.h" />
<Unit filename="test_utilities.h" />
<Unit filename="tests/complex.c">
<Option compilerVar="CC" />
</Unit>
@ -229,6 +231,11 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="tests/versor/versor_swap.h" />
<Unit filename="unity/unity.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="unity/unity.h" />
<Unit filename="unity/unity_internals.h" />
<Extensions />
</Project>
</CodeBlocks_project_file>