diff --git a/test/test_bernoulli_constants.cpp b/test/test_bernoulli_constants.cpp index b41c2fdbf..82734b73c 100644 --- a/test/test_bernoulli_constants.cpp +++ b/test/test_bernoulli_constants.cpp @@ -223,9 +223,11 @@ BOOST_AUTO_TEST_CASE( test_main ) { test("float"); test("double"); +#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS test("long double"); test("real_concept"); test_real_concept_extra(); +#endif }