diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 85fc31de..3d9dcb28 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -60,7 +60,7 @@ test-suite "odeint" [ run adaptive_adams_coefficients.cpp ] [ run generic_stepper.cpp ] [ run generic_error_stepper.cpp ] - [ run bulirsch_stoer.cpp ] + [ run bulirsch_stoer.cpp : : : [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ] [ run integrate_times.cpp ] [ run integrate_times.cpp : : : ODEINT_INTEGRATE_ITERATOR : integrate_times_iterator ] [ run integrate.cpp ]