Home > The Unit Test Framework > Compilation > Auto-linking support
PrevNext

Support of the auto-linking feature

For the Microsoft family of compilers the UTF provides an ability to automatically select proper library name and add it to the list of objects to be linked with. By default this feature is enabled. To disable it you have to define the flag BOOST_TEST_NO_LIB. For more details on the auto-linking feature implementation and configuration you should consult the appropriate documentation.


PrevUpHomeNext