diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2d99c1f75..e3c9e93bb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -478,7 +478,7 @@ test-suite special_fun : [ run test_ldouble_simple.cpp ../../test/build//boost_unit_test_framework ] # Needs to run in release mode, as it's rather slow: - [ run test_next.cpp pch ../../test/build//boost_unit_test_framework : : : release ] + [ run test_next.cpp pch ../../test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_range_based_for cxx11_lambdas ] ] [ run test_next_decimal.cpp pch ../../test/build//boost_unit_test_framework : : : release ] [ run test_owens_t.cpp ../../test/build//boost_unit_test_framework ] [ run test_polygamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]