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

v1.0.9

Latest
Compare
Choose a tag to compare
@guwirth guwirth released this 10 Nov 08:22
· 2 commits to master since this release
d119963

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:

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: