Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74936 - sandbox/multiprecision/libs/multiprecision/test
From: pbristow_at_[hidden]
Date: 2011-10-13 12:34:24


Author: pbristow
Date: 2011-10-13 12:34:23 EDT (Thu, 13 Oct 2011)
New Revision: 74936
URL: http://svn.boost.org/trac/boost/changeset/74936

Log:
Adjustments for e_float to multiprecision names changes.
Text files modified:
   sandbox/multiprecision/libs/multiprecision/test/Jamfile.v2 | 25 +++++++++----------------
   1 files changed, 9 insertions(+), 16 deletions(-)

Modified: sandbox/multiprecision/libs/multiprecision/test/Jamfile.v2
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/test/Jamfile.v2 (original)
+++ sandbox/multiprecision/libs/multiprecision/test/Jamfile.v2 2011-10-13 12:34:23 EDT (Thu, 13 Oct 2011)
@@ -1,18 +1,13 @@
-# e_float/libs/e_float/test/jamfile.v2
+# multiprecision/libs/multiprecision/test/jamfile.v2
 
-# e_float EFX test using Boost.test unit test framework
+# multiprecision EFX test using Boost.test unit test framework
 
 # Copyright Paul A. Bristow 2011
 # Copyright Christopher Kormanyos 2011
 
-# From Copyright 2005: Eric Niebler
 # 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)
 
-#~ from Copyright Rene Rivera 2008
-#~ 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 testing ;
 
 project
@@ -48,11 +43,12 @@
     ;
 
     
- test-suite "e_float EFX numerical" :
- [ run ./e_float_numerical_test/e_float_test.cpp
- ../src/e_float/e_float.cpp
- ../src/e_float/e_float_base.cpp
- ../src/e_float/efx/e_float_efx.cpp
+ test-suite "multiprecision EFX numerical" :
+ [
+ run ./numerical_test/multiprecision_test.cpp
+ ../src/backends/float/mp_float.cpp
+ ../src/backends/float/mp_float_base.cpp
+ ../src/backends/float/efx/mp_float_efx.cpp
                       ../src/functions/constants/constants.cpp
                       ../src/functions/elementary/elementary_complex.cpp
                       ../src/functions/elementary/elementary_math.cpp
@@ -120,8 +116,5 @@
                       ./real/cases/test_case_00052_factorial2.cpp
               
                 ]
-
- #[ run ../example/e_float_naive_eg.cpp ]
-
   ;
-
+


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