Added new file math_info to probe for known or suspected math-related problems and setup.

[SVN r31936]
This commit is contained in:
John Maddock
2005-12-06 17:01:52 +00:00
parent cbba7fdacc
commit f174a2b657

View File

@ -13,6 +13,7 @@ subproject libs/config/test ;
import testing ./options ; import testing ./options ;
run config_info.cpp <template>config_options ; run config_info.cpp <template>config_options ;
run math_info.cpp <template>config_options ;
run config_test.cpp <template>config_options ; run config_test.cpp <template>config_options ;
run limits_test.cpp <template>config_test_options ; run limits_test.cpp <template>config_test_options ;
run abi/abi_test.cpp abi/main.cpp <template>config_options ; run abi/abi_test.cpp abi/main.cpp <template>config_options ;
@ -324,3 +325,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
[ run no_wchar_t_pass.cpp <template>config_options ] [ run no_wchar_t_pass.cpp <template>config_options ]
[ compile-fail no_wchar_t_fail.cpp <template>config_options ] ; [ compile-fail no_wchar_t_fail.cpp <template>config_options ] ;