$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50669 - sandbox/math_toolkit/libs/math/test
From: john_at_[hidden]
Date: 2009-01-19 05:30:11
Author: johnmaddock
Date: 2009-01-19 05:30:10 EST (Mon, 19 Jan 2009)
New Revision: 50669
URL: http://svn.boost.org/trac/boost/changeset/50669
Log:
Added missing distros.
Text files modified: 
   sandbox/math_toolkit/libs/math/test/Jamfile.v2 |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/math_toolkit/libs/math/test/Jamfile.v2
==============================================================================
--- sandbox/math_toolkit/libs/math/test/Jamfile.v2	(original)
+++ sandbox/math_toolkit/libs/math/test/Jamfile.v2	2009-01-19 05:30:10 EST (Mon, 19 Jan 2009)
@@ -106,6 +106,7 @@
 run test_gamma.cpp pch ;
 run test_gamma_dist.cpp pch ;
 run test_hermite.cpp pch ;
+run test_hypergeometric_dist.cpp ;
 run test_ibeta.cpp  pch 
         : # command line
         : # input files
@@ -228,6 +229,7 @@
               <define>TEST_REAL_CONCEPT
         : test_igamma_inva_real_concept ;
 run test_instantiate1.cpp test_instantiate2.cpp ;
+run test_laplace.cpp /boost/unit_test//boost_unit_test_framework/<link>static ;
 run test_inv_hyp.cpp pch ;
 run test_laguerre.cpp pch ;
 run test_legendre.cpp pch ;