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:
Vladimir Prus 2004-06-10 11:49:39 +00:00
parent c320330cd5
commit 8933fbb254
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ test-suite utility
[ compile-fail ../noncopyable_test.cpp ]
[ run ../numeric_traits_test.cpp ]
[ run ../operators_test.cpp $(test_monitor) ]
[ run ../binary_search_test.cpp $(test_monitor) ]
[ run ../binary_search_test.cpp ]
[ run ../call_traits_test.cpp : -u ]
[ compile-fail ../checked_delete_test.cpp ]
[ run ../compressed_pair_test.cpp $(test_monitor) : -u ]

View File

@ -16,7 +16,7 @@ test-suite utility
[ compile-fail ../noncopyable_test.cpp ]
[ run ../numeric_traits_test.cpp ]
[ 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 ]
[ compile-fail ../checked_delete_test.cpp ]
[ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ]