You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: