From 0b2ddcb5bfd83fc3d5fae3a7467f6fb8df64b2d0 Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Sun, 16 Sep 2007 15:15:51 +0000 Subject: [PATCH] added find_scale and w4127 suppress [SVN r39316] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ed52401bb..83a59e844 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -23,6 +23,7 @@ project msvc:/wd4510 msvc:/wd4127 msvc:/wd4701 + msvc:/wd4127 ../../.. /boost/regex//boost_regex shared:BOOST_REGEX_DYN_LINK=1 @@ -55,6 +56,7 @@ run test_exponential_dist.cpp ; run test_extreme_value.cpp ; run test_factorials.cpp ; run test_find_location.cpp ; +run test_find_scale.cpp ; run test_fisher_f.cpp ; run test_gamma.cpp ; run test_gamma_dist.cpp ;