mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-21 03:12:16 +00:00
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:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user