diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 6575f3f6..3e9da49b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -15,7 +15,7 @@ path-constant DOT : . ; include $(DOT)/options_v2.jam ; run config_info.cpp ; -run math_info.cpp : : : borland:static ; +run math_info.cpp : : : borland:static borland:static ; run config_test.cpp ; run limits_test.cpp ../../test/build//boost_test_exec_monitor ; run abi/abi_test.cpp abi/main.cpp ; @@ -358,3 +358,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : [ compile-fail no_wchar_t_fail.cpp ] ; +