summaryrefslogtreecommitdiff
path: root/libs/math/test/test_bernoulli_constants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/test/test_bernoulli_constants.cpp')
-rw-r--r--libs/math/test/test_bernoulli_constants.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/math/test/test_bernoulli_constants.cpp b/libs/math/test/test_bernoulli_constants.cpp
index b41c2fdbf..82734b73c 100644
--- a/libs/math/test/test_bernoulli_constants.cpp
+++ b/libs/math/test/test_bernoulli_constants.cpp
@@ -223,9 +223,11 @@ BOOST_AUTO_TEST_CASE( test_main )
{
test<float>("float");
test<double>("double");
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
test<long double>("long double");
test<boost::math::concepts::real_concept>("real_concept");
test_real_concept_extra();
+#endif
}