From 5d0ec698226f850ffee8d21bfc4e5385649385da Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 5 Mar 2013 18:34:55 +0000 Subject: [PATCH] Change to use Multiprecision lib rather than NTL for constants generation. [SVN r83317] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 47c31940b..e69dc18dd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 : : no ] : test_constant_generate_ntl ; +run test_constant_generate.cpp : : : release 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 ;