v2.4.2
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