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 ]