Releases: hadichahine/cest
Releases · hadichahine/cest
0.5.0
0.4.0
CUTestSuite_addTest
is now responsible of creating the test (not passed as a parameter). New signature ofCUTestSuite_addTest
has been updated in the documentation.CUTestSuite
andCUTest
now have deconstructors (CUTest_destroy
&CUTestSuite_destroy
).
0.3.1
- Handle segmentation faults and arithmetic errors as test failures for before suite start and after suite end hooks.
0.3.0
Add before suite startup and after finishing hooks.
0.2.1
Handle segmentation faults and arithmetic errors as test failures.
0.2.0
- Add test suite creation and execution.
0.1.0
Seperate archive generation from release process.