Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

v1.0.7

Compare
Choose a tag to compare
@guwirth guwirth released this 21 Jun 15:28
· 89 commits to master since this release

Bug fixes:

  • Better handling for cases when Boost Test report is not available.
  • Memory leak reports are now scanned from standard error.
  • Fix line number offsets when multi-line string literals are defined.
  • Assume BOOST_VERSION macro.

New features:

  • Environment specified in project properties are now taken into consideration for test discovery/exectution.
  • Working Directory specified in project properties are now taken into consideration for test discovery/exectution.
  • Support for --list_content=DOT test discovery.
  • Test labels are now exposed as test traits.

Enhancements:

  • Better formatting and handling for test context information.

Breaking changes:

  • Boost Test adapter now takes into consideration the Working Directory as specified in the Debugging section of the project properties.