diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 26a9f7aed..c1ddcfa70 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -33,7 +33,8 @@ project msvc:/wd4510 msvc:/wd4127 msvc:/wd4701 # needed for lexical cast - temporary. - msvc-7.1:../vc71_fix//vc_fix + msvc:/wd4189 # local variable is initialized but not referenced + msvc-7.1:../vc71_fix//vc_fix msvc-7.1:off borland:static borland:static @@ -168,6 +169,7 @@ run test_find_scale.cpp pch ../../test/build//boost_test_exec_monitor ; run test_fisher_f.cpp ../../test/build//boost_test_exec_monitor ; run test_gamma.cpp pch ../../test/build//boost_test_exec_monitor ; run test_gamma_dist.cpp pch ../../test/build//boost_test_exec_monitor ; +run test_geometric.cpp ../../test/build//boost_test_exec_monitor ; run test_hermite.cpp pch ../../test/build//boost_test_exec_monitor ; run test_hypergeometric_dist.cpp ../../test/build//boost_test_exec_monitor : # command line @@ -420,9 +422,10 @@ run test_igamma_inva.cpp pch ../../test/build//boost_test_exec_monitor intel:off : test_igamma_inva_real_concept ; run test_instantiate1.cpp test_instantiate2.cpp ; - -run test_inverse_gamma_distribution.cpp ../../test/build//boost_test_exec_monitor ; run test_inverse_chi_squared_distribution.cpp ../../test/build//boost_test_exec_monitor ; +run test_inverse_gamma_distribution.cpp ../../test/build//boost_test_exec_monitor ; + +run test_inverse_gaussian.cpp ../../test/build//boost_test_exec_monitor ; run test_laplace.cpp ../../test/build//boost_unit_test_framework/static ; run test_inv_hyp.cpp pch ../../test/build//boost_test_exec_monitor ;