Skip to content

Releases: hadichahine/cest

0.5.0

Choose a tag to compare

@hadichahine hadichahine released this 15 Sep 04:19
  • Add experimental test suite constructor.

0.4.0

Choose a tag to compare

@hadichahine hadichahine released this 16 Apr 16:38
  • 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

Choose a tag to compare

@hadichahine hadichahine released this 16 Apr 00:55
  • Handle segmentation faults and arithmetic errors as test failures for before suite start and after suite end hooks.

0.3.0

Choose a tag to compare

@hadichahine hadichahine released this 23 Feb 14:34

Add before suite startup and after finishing hooks.

0.2.1

Choose a tag to compare

@hadichahine hadichahine released this 15 Dec 02:27

Handle segmentation faults and arithmetic errors as test failures.

0.2.0

Choose a tag to compare

@hadichahine hadichahine released this 12 Dec 01:46
  • Add test suite creation and execution.

0.1.0

Choose a tag to compare

@hadichahine hadichahine released this 15 Nov 18:12
Seperate archive generation from release process.