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 4722f5ebcf
commit 03d3918627

View File

@ -9,14 +9,14 @@
test-suite "io"
: [ run ios_state_unit_test.cpp
../../../libs/test/build//boost_unit_test_framework
../../../libs/test/build//boost_unit_test_framework/<link>static
: # args
: # input files
# : std::locale-support
]
[ run ios_state_test.cpp
../../../libs/test/build//boost_test_exec_monitor
../../../libs/test/build//boost_test_exec_monitor/<link>static
: # args
: # input files
# : std::locale-support