Boost Test dynamically or statically linked?
Posted
by Halt
on Stack Overflow
See other posts from Stack Overflow
or by Halt
Published on 2010-06-13T13:17:46Z
Indexed on
2010/06/13
13:22 UTC
Read the original article
Hit count: 209
We use Boost statically linked with our app but now I wan't to use Boost Test with an external test runner and that requires the tests themselves to link dynamically with Boost.Test through the use of the required BOOST_TEST_DYN_LINK define.
Is this going to be a problem or is the way Boost Test links completely unrelated to the way the other Boost libraries are linked?
Thx.
© Stack Overflow or respective owner