diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e3df6bb..9a03080 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST) if(HAVE_BOOST_TEST) -boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::tuple Boost::utility) +boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::tuple) endif() diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 94e4880..21ea8d3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -56,7 +56,7 @@ run optional_test_ref_convert_assign_const_int.cpp ; run optional_test_ref_portable_minimum.cpp ; run optional_test_ref_move.cpp ; run optional_test_ref_to_val.cpp ; -run optional_test_inplace_factory.cpp : : : /boost/utility//in_place_factories ; +run optional_test_inplace_factory.cpp ; run optional_test_io.cpp ; run optional_test_move.cpp ; run optional_test_noexcept_move.cpp ; @@ -93,7 +93,7 @@ compile-fail optional_test_fail_io_without_io.cpp ; compile-fail optional_test_fail_none_io_without_io.cpp ; compile-fail optional_test_fail_convert_assign_of_enums.cpp ; run optional_test_static_properties.cpp ; -compile optional_test_maybe_uninitialized_warning.cpp ; : : : /boost/bind//boost_bind +compile optional_test_maybe_uninitialized_warning.cpp ; compile optional_test_deleted_default_ctor.cpp ; compile optional_test_constructible_from_other.cpp ; #run optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp ;