forked from boostorg/config
Fix for broken limits_test build.
[SVN r39231]
This commit is contained in:
@ -17,7 +17,7 @@ include $(DOT)/options_v2.jam ;
|
|||||||
run config_info.cpp ;
|
run config_info.cpp ;
|
||||||
run math_info.cpp : : : <toolset>borland:<runtime-link>static ;
|
run math_info.cpp : : : <toolset>borland:<runtime-link>static ;
|
||||||
run config_test.cpp ;
|
run config_test.cpp ;
|
||||||
run limits_test.cpp ;
|
run limits_test.cpp ../../test/build//boost_test_exec_monitor ;
|
||||||
run abi/abi_test.cpp abi/main.cpp ;
|
run abi/abi_test.cpp abi/main.cpp ;
|
||||||
|
|
||||||
test-suite "BOOST_HAS_TWO_ARG_USE_FACET" :
|
test-suite "BOOST_HAS_TWO_ARG_USE_FACET" :
|
||||||
@ -357,3 +357,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
|
|||||||
[ run no_wchar_t_pass.cpp ]
|
[ run no_wchar_t_pass.cpp ]
|
||||||
[ compile-fail no_wchar_t_fail.cpp ] ;
|
[ compile-fail no_wchar_t_fail.cpp ] ;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user