Boost logo

Boost-Commit :

From: arseny.kapoulkine_at_[hidden]
Date: 2007-08-06 18:12:44


Author: zeux
Date: 2007-08-06 18:12:44 EDT (Mon, 06 Aug 2007)
New Revision: 38487
URL: http://svn.boost.org/trac/boost/changeset/38487

Log:
Fixed GMP tests
Text files modified:
   sandbox/SOC/2007/bigint/boost/bigint/bigint_config.hpp | 2 +-
   sandbox/SOC/2007/bigint/libs/bigint/test-gmp/Jamfile.v2 | 19 +++++++++----------
   2 files changed, 10 insertions(+), 11 deletions(-)

Modified: sandbox/SOC/2007/bigint/boost/bigint/bigint_config.hpp
==============================================================================
--- sandbox/SOC/2007/bigint/boost/bigint/bigint_config.hpp (original)
+++ sandbox/SOC/2007/bigint/boost/bigint/bigint_config.hpp 2007-08-06 18:12:44 EDT (Mon, 06 Aug 2007)
@@ -11,7 +11,7 @@
 #define BOOST_BIGINT_BIGINT_CONFIG_HPP
 
 // Define it if GMP implementation is present
-#define BOOST_BIGINT_HAS_GMP_SUPPORT
+// #define BOOST_BIGINT_HAS_GMP_SUPPORT
 
 // Define if platfom has native 64-bit integer support
 // #define BOOST_BIGINT_HAS_NATIVE_INT64

Modified: sandbox/SOC/2007/bigint/libs/bigint/test-gmp/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/bigint/libs/bigint/test-gmp/Jamfile.v2 (original)
+++ sandbox/SOC/2007/bigint/libs/bigint/test-gmp/Jamfile.v2 2007-08-06 18:12:44 EDT (Mon, 06 Aug 2007)
@@ -9,15 +9,14 @@
 {
   test-suite bigint
    :
- [ run ../test/number_conversion.cpp gmp//gmp : : : : ]
- [ run ../test/string_conversion.cpp gmp//gmp : : : : ]
- [ run ../test/can_convert_to.cpp gmp//gmp : : : : ]
- [ run ../test/arithmetics.cpp gmp//gmp : : : : ]
- [ run ../test/comparison.cpp gmp//gmp : : : : ]
- [ run ../test/unary.cpp gmp//gmp : : : : ]
- [ run ../test/stream.cpp gmp//gmp : : : : ]
- [ run ../test/serialization.cpp ../../serialization/build//boost_serialization gmp//gmp : : : : ]
- [ run ../test/functions.cpp gmp//gmp : : : : ]
+ [ run ../test/number_conversion.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/string_conversion.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/can_convert_to.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/arithmetics.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/comparison.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/unary.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/stream.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/serialization.cpp ../../serialization/build//boost_serialization gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
+ [ run ../test/functions.cpp gmp//gmp : <define>BOOST_BIGINT_HAS_GMP_SUPPORT : : : ]
    ;
 }
-


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