Boost.Test > Release Notes
Boost Test logo

Release Notes

Boost release 1.32.0

Boost release 1.31.0

Boost release 1.30.0
Migration guide from Boost Test v1

Boost release 1.32.0

Boost release 1.31.0

Boost release 1.30.0

Boost Test migration guide

This version of Boost.Test library substitute the original testing library used in a Boost. These are several simple steps you need to follow to smoothly migrate to the latest software.

If your code were using the original version of cpp_main facility, to migrate you will need to delete the inclusion of the <boost/test/cpp_main.cpp>, since this file is not present any more. After that you have following choices:

If your code were using the original version of test_main and test tools facilitates of Boost.Test library, to migrate to use of latest one you have following choices: