Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68141 - in trunk/libs: math/test random/test test/build
From: admin_at_[hidden]
Date: 2011-01-13 21:51:20


Author: wash
Date: 2011-01-13 21:51:17 EST (Thu, 13 Jan 2011)
New Revision: 68141
URL: http://svn.boost.org/trac/boost/changeset/68141

Log:
Reverting some accident changes to a few jamfiles from my last commit.

Text files modified:
   trunk/libs/math/test/Jamfile.v2 | 2 +-
   trunk/libs/random/test/Jamfile.v2 | 6 +++---
   trunk/libs/test/build/Jamfile.v2 | 6 +++---
   3 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2 (original)
+++ trunk/libs/math/test/Jamfile.v2 2011-01-13 21:51:17 EST (Thu, 13 Jan 2011)
@@ -439,7 +439,7 @@
 run test_legendre.cpp pch ../../test/build//boost_test_exec_monitor ;
 run test_logistic_dist.cpp ../../test/build//boost_test_exec_monitor ;
 run test_lognormal.cpp ../../test/build//boost_test_exec_monitor ;
-#run test_minima.cpp pch ../../test/build//boost_test_exec_monitor ;
+run test_minima.cpp pch ../../test/build//boost_test_exec_monitor ;
 run test_negative_binomial.cpp ../../test/build//boost_test_exec_monitor
         : # command line
         : # input files

Modified: trunk/libs/random/test/Jamfile.v2
==============================================================================
--- trunk/libs/random/test/Jamfile.v2 (original)
+++ trunk/libs/random/test/Jamfile.v2 2011-01-13 21:51:17 EST (Thu, 13 Jan 2011)
@@ -23,8 +23,8 @@
     ecuyer1988
     kreutzer1986
     hellekalek1995
-# mt11213b
-# mt19937_64
+ mt11213b
+ mt19937_64
     lagged_fibonacci
     lagged_fibonacci607
     ranlux3
@@ -35,7 +35,7 @@
     ranlux64_4_01
     ranlux24
     ranlux48
-# taus88
+ taus88
 ;
 
 for urng in $(all-urngs)

Modified: trunk/libs/test/build/Jamfile.v2
==============================================================================
--- trunk/libs/test/build/Jamfile.v2 (original)
+++ trunk/libs/test/build/Jamfile.v2 2011-01-13 21:51:17 EST (Thu, 13 Jan 2011)
@@ -105,7 +105,7 @@
                    <toolset>msvc:<asynch-exceptions>on
        ;
 
-#boost-install boost_prg_exec_monitor
-# boost_test_exec_monitor
-# boost_unit_test_framework ;
+boost-install boost_prg_exec_monitor
+ boost_test_exec_monitor
+ boost_unit_test_framework ;
           


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk