This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
v1.0.8
Enhancements:
- When using custom PATH environment, default PATH is no longer prepended.
- Filename is evaluated so as to allow the custom injection of custom command-line arguments.
- Added Boost 1.62 support.
- Removed the usage of the label trait so that multiple labels can be attributed to one test.
- Fixed symbol options to allow proper reading from release PDBs built using Visual Studio 2015 Update 3.
- Enhanced job management so as to ensure that cancelled test executions also cancel the currently running test.
- Added hyper linkable error stack trace.
- When relative paths are used, test navigation from the test explorer is not available, so logger output has been added so as to warn user that relative paths are in use.
- Enforced backward slashes for the working directory, that was causing the debugger to not launch.
- Fixed installation failure when a .Net framework version is higher than 4.5
- Discovery timeout increased from a default of 5 seconds to 30 seconds.
Breaking changes:
- Dropped support for Visual Studio 2012 and Visual Studio 2013.
- Dropped support for Boost 1.59 and less.
- Dropped test discovery option via source code parsing. Tests are enumerated only via the DOT report increasing the overall robustness and correctness of the test discovery. A warning is also issued in case the command --list_content=DOT is not available.