Allow building of shared versions of some Boost.Test libraries.

Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.

Patch from Juergen Hunold.


[SVN r35989]
This commit is contained in:
Vladimir Prus
2006-11-10 19:09:56 +00:00
parent f49be0b382
commit a933622ae1

View File

@ -11,7 +11,7 @@
rule range-test ( name : includes * )
{
return [
run $(name).cpp /boost/test//boost_unit_test_framework
run $(name).cpp /boost/test//boost_unit_test_framework/<link>static
:
:
: $(includes)