When I was working on issue #69 I realized I needed a "global assertion" within a custom "teardown" function.
Should we create some global assertion that needs to be true at the end of the whole crashc framework run? This might be related to issue #29.
To clarify, each test in my suite increase a static counter by 1. At the end of crashC run I want to ensure that such counter is equal to a certain value
What do you think?
When I was working on issue #69 I realized I needed a "global assertion" within a custom "teardown" function.
Should we create some global assertion that needs to be true at the end of the whole crashc framework run? This might be related to issue #29.
To clarify, each test in my suite increase a static counter by 1. At the end of crashC run I want to ensure that such counter is equal to a certain value
What do you think?