This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Enhancements:
- Added Boost version identification.
- Added
One
test batch strategy (available as part of Boost.Test in Boost 1.63). - Suppress blocking assertion message boxes for test execution.
- Added Boost 1.64, Boost 1.65 support.
- Removed dependency over the need of debug symbols (PDB files).
- Identify test adapter execution through
BUTA
environment variable.
Bug fixes:
- Support file paths which utilise characters from system (native) encoding.
- Harden
--list_content=DOT
execution and react to process exit code. - Improve test adapter reaction to exceptional cases and note errors as test failures.
Contributions/Special Thanks:
- @gastart -
BUTA
environment variable red pill - @LukaszMendakiewicz - Boost 1.64, Boost 1.65 support
Pre-Requisites:
- Boost Libraries. The following versions are supported:
- Boost 1.60 and greater
- Microsoft Visual Studio. The following versions are supported:
- Visual Studio 2015 (Community, Professional, Enterprise).
Note:
- Test Adapter for Boost.Test for Visual Studio 2017 is now available from the Visual Studio Gallery courtesy of Microsoft.