Skip to content

Releases: hadichahine/cest

0.5.0

15 Sep 04:19
Compare
Choose a tag to compare
  • Add experimental test suite constructor.

0.4.0

16 Apr 16:38
Compare
Choose a tag to compare
  • CUTestSuite_addTest is now responsible of creating the test (not passed as a parameter). New signature of CUTestSuite_addTest has been updated in the documentation.
  • CUTestSuite and CUTest now have deconstructors (CUTest_destroy & CUTestSuite_destroy).

0.3.1

16 Apr 00:55
Compare
Choose a tag to compare
  • Handle segmentation faults and arithmetic errors as test failures for before suite start and after suite end hooks.

0.3.0

23 Feb 14:34
Compare
Choose a tag to compare

Add before suite startup and after finishing hooks.

0.2.1

15 Dec 02:27
Compare
Choose a tag to compare

Handle segmentation faults and arithmetic errors as test failures.

0.2.0

12 Dec 01:46
Compare
Choose a tag to compare
  • Add test suite creation and execution.

0.1.0

15 Nov 18:12
Compare
Choose a tag to compare
Seperate archive generation from release process.