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 694a68be35
commit ea8735098e

View File

@@ -26,7 +26,7 @@ if ! $(BOOST_ARCHIVE_LIST) {
rule run-template ( test-name : sources * : requirements * ) {
return [
run
../../test/build//boost_test_exec_monitor
../../test/build//boost_test_exec_monitor/<link>static
$(sources)
: # command
: # input files
@@ -257,6 +257,7 @@ test-suite "serialization" :
[ test-bsl-run_files test_split ]
[ test-bsl-run_files test_tracking ]
[ test-bsl-run_files test_unregistered ]
[ test-bsl-run_files test_valarray ]
[ test-bsl-run_files test_variant ]
[ test-bsl-run_files test_vector ]
[ test-bsl-run_files test_optional ]