mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00: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:
parent
0808883f3c
commit
0782034333
@ -18,15 +18,15 @@ test-suite utility
|
|||||||
[ run ../binary_search_test.cpp ]
|
[ run ../binary_search_test.cpp ]
|
||||||
[ run ../call_traits_test.cpp : -u ]
|
[ run ../call_traits_test.cpp : -u ]
|
||||||
[ compile-fail ../checked_delete_test.cpp ]
|
[ compile-fail ../checked_delete_test.cpp ]
|
||||||
[ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ]
|
[ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/<link>static : -u ]
|
||||||
[ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
|
[ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
|
||||||
[ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor ]
|
[ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
||||||
[ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor ]
|
[ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
||||||
[ compile-fail ../noncopyable_test.cpp ]
|
[ compile-fail ../noncopyable_test.cpp ]
|
||||||
[ run ../numeric_traits_test.cpp ]
|
[ run ../numeric_traits_test.cpp ]
|
||||||
[ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor ]
|
[ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
||||||
[ compile ../ref_ct_test.cpp ]
|
[ compile ../ref_ct_test.cpp ]
|
||||||
[ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor ]
|
[ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
||||||
[ compile result_of_test.cpp ]
|
[ compile result_of_test.cpp ]
|
||||||
[ run ../shared_iterator_test.cpp ]
|
[ run ../shared_iterator_test.cpp ]
|
||||||
[ run ../value_init_test.cpp ]
|
[ run ../value_init_test.cpp ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user