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 ;