Merge from HEAD.

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 r35990]
This commit is contained in:
Vladimir Prus
2006-11-10 19:59:52 +00:00
parent 3bd0d886c4
commit 523f8a5926

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)