Skip to content

v2.4.2

Compare
Choose a tag to compare
@fdefelici fdefelici released this 06 Jan 14:39
· 65 commits to master since this release
a0bfdf4

New 'clove-unit.h' released: v2.4.2

[Milestone] [Release] [Readme]

What's New

  • [Report] Run Tests in pretty format, now produce filepath and line info so that is compatible with IDE console hyperlink feature
  • [CmdLine] Implemented option -b --base-path to specify tests sources base path and allow to shorten file path in Run and List report in
    any format. (see Readme#command-line-api)
  • [CmdLine] Implemented option -d --run-detail to specify level of detail to use for Run Tests reporting (showing only failed tests, or failed + skipped, or passed+failed+skipped) (see Readme#command-line-api)

Improvements

  • [Report] Add filepath and function line info for skipped tests
  • [Compliance] Improve compilation compliance with compiler flags set at max warning level
  • [Compliance] Addressed minor memory leaks using compiler sanitizer options