mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
The binary_search_test does not require Boost.Test all all, and does not
provide 'test_main' or 'unit_test_main', so don't link to Boost.Test. [SVN r23073]
This commit is contained in:
parent
c320330cd5
commit
8933fbb254
@ -25,7 +25,7 @@ test-suite utility
|
|||||||
[ 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_monitor) ]
|
[ run ../operators_test.cpp $(test_monitor) ]
|
||||||
[ run ../binary_search_test.cpp $(test_monitor) ]
|
[ 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_monitor) : -u ]
|
[ run ../compressed_pair_test.cpp $(test_monitor) : -u ]
|
||||||
|
@ -16,7 +16,7 @@ test-suite utility
|
|||||||
[ 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 ]
|
||||||
[ run ../binary_search_test.cpp ../../test/build//boost_test_exec_monitor ]
|
[ 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 : -u ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user