$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65663 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2010-09-29 05:13:01
Author: pbristow
Date: 2010-09-29 05:12:59 EDT (Wed, 29 Sep 2010)
New Revision: 65663
URL: http://svn.boost.org/trac/boost/changeset/65663
Log:
Added two new distributions.
Text files modified:
trunk/libs/math/test/Jamfile.v2 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2 (original)
+++ trunk/libs/math/test/Jamfile.v2 2010-09-29 05:12:59 EDT (Wed, 29 Sep 2010)
@@ -422,6 +422,7 @@
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_laplace.cpp ../../test/build//boost_unit_test_framework/<link>static ;
run test_inv_hyp.cpp pch ../../test/build//boost_test_exec_monitor ;