$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77169 - sandbox/math/libs/math/test
From: john_at_[hidden]
Date: 2012-03-03 04:48:01
Author: johnmaddock
Date: 2012-03-03 04:47:59 EST (Sat, 03 Mar 2012)
New Revision: 77169
URL: http://svn.boost.org/trac/boost/changeset/77169
Log:
Add Jamfile to aid testing.
Added:
   sandbox/math/libs/math/test/Jamfile.v2   (contents, props changed)
Added: sandbox/math/libs/math/test/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/math/libs/math/test/Jamfile.v2	2012-03-03 04:47:59 EST (Sat, 03 Mar 2012)
@@ -0,0 +1,20 @@
+# copyright John Maddock 2012
+# Distributed under the Boost Software License, Version 1.0. 
+# (See accompanying file LICENSE_1_0.txt or copy at 
+# http://www.boost.org/LICENSE_1_0.txt.
+
+import modules ;
+import path ;
+
+project : requirements 
+   <include>../../.. 
+   ;
+
+
+run test_owens_t.cpp /boost/test//boost_test_exec_monitor/<link>static /boost/regex//boost_regex/<link>static ;
+run test_skew_normal.cpp /boost/test//boost_test_exec_monitor/<link>static ;
+run ../example/owens_t_drv.cpp ;
+run ../example/skew_normal_drv.cpp ;
+
+
+