2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-29 19:52:08 +00:00

Change to use Multiprecision lib rather than NTL for constants generation.

[SVN r83317]
This commit is contained in:
John Maddock
2013-03-05 18:34:55 +00:00
parent 6c6e542ed4
commit 5d0ec69822

View File

@@ -81,7 +81,7 @@ run test_airy.cpp test_instances//test_instances pch_light ../../test/build//boo
run test_bernoulli.cpp ../../test/build//boost_unit_test_framework ;
run test_constants.cpp ../../test/build//boost_unit_test_framework ;
run test_print_info_on_type.cpp ;
run test_constant_generate.cpp ntl : : : [ check-target-builds ../config//has_ntl_rr : : <build>no ] : test_constant_generate_ntl ;
run test_constant_generate.cpp : : : release <define>USE_CPP_FLOAT=1 ;
run test_bessel_j.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
run test_bessel_y.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
run test_bessel_i.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;