mirror of
https://github.com/boostorg/io.git
synced 2025-07-29 20:07:13 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user