Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

if(HAVE_BOOST_TEST)

boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::safe_numbers Boost::charconv Boost::core Boost::random)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::safe_numbers Boost::charconv Boost::core Boost::random Boost::safe_numerics Boost::multiprecision)

endif()
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ run test_unsigned_narrowing_conversions.cpp ;
run test_unsigned_addition.cpp ;
compile-fail compile_fail_unsigned_addition.cpp ;
run-fail benchmarks/benchmark_unsigned_operations.cpp ;
run-fail benchmarks/benchmark_boost.cpp ;
run test_limits.cpp ;
run limits_link_1.cpp limits_link_2.cpp limits_link_3.cpp ;
compile-fail compile_fail_unsigned_construction_from_bool.cpp ;
Expand Down
Loading
Loading