From ea8735098ed987376a7ea0985cfe830be56c0720 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 10 Nov 2006 19:59:52 +0000 Subject: [PATCH] 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] --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2c7a1d8b..ecec7bc1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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/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 ]