From 9763463b963e1d9590f1da0290b932df782064c7 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 25 Jan 2007 11:08:03 +0000 Subject: [PATCH] Fix limits_test so it does actually build now. [SVN r36779] --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 876cb40e..9d48e7ce 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -17,7 +17,7 @@ include $(DOT)/options_v2.jam ; run config_info.cpp ; run math_info.cpp : : : borland:static ; 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 ; test-suite "BOOST_HAS_TWO_ARG_USE_FACET" : @@ -333,3 +333,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : [ run no_wchar_t_pass.cpp ] [ compile-fail no_wchar_t_fail.cpp ] ; +