Skip to content

Commit

Permalink
Change Boost Test build refs to work with both old and modular test l…
Browse files Browse the repository at this point in the history
…ib targets.
  • Loading branch information
grafikrobot committed Aug 9, 2024
1 parent 655d438 commit 4207037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test-suite examples :
[ run integer_examples.cpp no_eh_eg_support ]
[ run logged_adaptor.cpp no_eh_eg_support mpfi mpfr gmp : : : [ check-target-builds ../config//has_mpfi : : <build>no ] ]
[ run mixed_integer_arithmetic.cpp no_eh_eg_support ]
[ run numeric_limits_snips.cpp no_eh_eg_support /boost/test//test_exec_monitor : : : [ requires cxx11_numeric_limits ] [ check-target-builds ../config//has_float128 : <source>quadmath ] ]
[ run numeric_limits_snips.cpp no_eh_eg_support /boost/test//boost_test_exec_monitor : : : [ requires cxx11_numeric_limits ] [ check-target-builds ../config//has_float128 : <source>quadmath ] ]
[ run random_snips.cpp gmp no_eh_eg_support : : : [ requires cxx11_explicit_conversion_operators ] [ check-target-builds ../config//has_gmp : : <build>no ] ]
[ run safe_prime.cpp no_eh_eg_support ]

Expand Down

0 comments on commit 4207037

Please sign in to comment.