Skip to content

Commit

Permalink
indicate that tests depend on utility
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzemi1 committed Oct 17, 2024
1 parent b8fd0bc commit eab3caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::tuple Boost::utility)

endif()
4 changes: 2 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
run optional_test_inplace_factory.cpp : : : <library>/boost/utility//in_place_factories ;
run optional_test_io.cpp ;
run optional_test_move.cpp ;
run optional_test_noexcept_move.cpp ;
Expand Down Expand Up @@ -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 ;
compile optional_test_maybe_uninitialized_warning.cpp ; : : : <library>/boost/bind//boost_bind
compile optional_test_deleted_default_ctor.cpp ;
compile optional_test_constructible_from_other.cpp ;
#run optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp ;
Expand Down

0 comments on commit eab3caf

Please sign in to comment.