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 390a10da29
commit 4b236a407c

View File

@ -2,7 +2,7 @@
rule sc-test ( name : extra-sources * )
{
return [
run $(name).cpp /boost/test//boost_unit_test_framework $(extra-sources) ]
run $(name).cpp /boost/test//boost_unit_test_framework/<link>static $(extra-sources) ]
;
}