From 8933fbb254e6a9ea63389314bc5d5bdf63e65e44 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 10 Jun 2004 11:49:39 +0000 Subject: [PATCH] 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] --- test/Jamfile | 2 +- test/Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 9e114a0..43b5543 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -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 ] diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 17d087b..2949a9e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 ]