Open
Description
This issue suggests organizing tests in this project to follow the structure used in the CMake Starter template. Specifically, it proposes replacing test cases to be run sequentially within the same module and using the assertion_add_test
function from the Assertion.cmake module for declaring the tests.