Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for boost 1.59 and 1.60 #101

Merged
merged 1 commit into from
Mar 9, 2016

Conversation

kai-unger
Copy link
Contributor

Updated the boost driver to support recent versions of boost as mentioned in issue #89. Tested with boost versions 1.54, 1.58, 1.59 and 1.60.

Adapted code to API changes in boost 1.59 and 1.60:

  • Register global test case during initialization only (adding test
    case later does not work any longer) and exchange step body function
    dynamically instead.
  • Replacement for removed
    boost::test::unit_test::framework::is_initialized()

Adapted code to API changes in boost 1.59 and 1.60:

- Register global test case during initialization only (adding test
case later does not work any longer) and exchange step body function
dynamically instead.
- Replacement for removed
boost::test::unit_test::framework::is_initialized()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants