Skip to content

Releases: alecksandr26/unittest-c

Release v1.3.3

30 May 16:12
Compare
Choose a tag to compare

An update of its dependencies now it will work with except-c
Dependencies:

  • cc (GCC) 14.1.1 20240522
  • GNU Make 4.4.1
  • except-c

Release v1.3.1

28 Jan 23:30
Compare
Choose a tag to compare

Bug Fix: Valgrind Detects Any Memory Leaks and Addresses, Redefinition Issues During Compilation of Different Test Files.

Dependencies:

Release v1.3.0

28 Jan 05:50
Compare
Choose a tag to compare

Dependencies:

Release v1.2.0

30 Sep 00:58
Compare
Choose a tag to compare

Now the framework supports crashes of the testcases and now you can add linking and compiling flags.
Dependencies:

Release v1.1.2

19 Jul 00:50
Compare
Choose a tag to compare

A patch for the new version of the trycatch dependency
Dependencies:

Releasing v1.1.1 Updating dependieces

03 Jun 02:53
Compare
Choose a tag to compare

Dependencies:

Release v1.1.0

23 May 18:37
Compare
Choose a tag to compare

Features:

  • Running recompiled tests with Valgrind
  • Print statements LOG macro

Bug Fixes:

  • FIRST macro redefinition
  • unittest_recompile bug with the root path project directory

Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • c-exceptions v1.0.1

initial release of this project v1.0.0

06 May 19:36
Compare
Choose a tag to compare

Features:

  • Create and execute TestCases.
  • Create and execute Suits or TestCases collections.
  • Divide the TestCases and Suits in files.
  • Recompile each individual test source code into .o and recompiles the main executable test file with all .o.

Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • c-exceptions v1.0.1