Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71369 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2011-04-18 12:18:09


Author: pbristow
Date: 2011-04-18 12:18:08 EDT (Mon, 18 Apr 2011)
New Revision: 71369
URL: http://svn.boost.org/trac/boost/changeset/71369

Log:
New tests for changesign and nofinite facets added. Pass locally on MSVC 10.
Text files modified:
   trunk/libs/math/test/Jamfile.v2 | 9 ++++++++-
   1 files changed, 8 insertions(+), 1 deletions(-)

Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2 (original)
+++ trunk/libs/math/test/Jamfile.v2 2011-04-18 12:18:08 EDT (Mon, 18 Apr 2011)
@@ -785,7 +785,14 @@
     ../quaternion/quaternion_mi1.cpp
     ../quaternion/quaternion_mi2.cpp
     ../../test/build//boost_unit_test_framework/<link>static ;
-
+
+
+run test_legacy_nonfinite.cpp ../../test/build//boost_test_exec_monitor ;
+run test_basic_nonfinite.cpp ../../test/build//boost_test_exec_monitor ;
+run test_lexical_cast.cpp ../../test/build//boost_test_exec_monitor ;
+run test_nonfinite_trap.cpp ../../test/build//boost_test_exec_monitor ;
+run test_signed_zero.cpp ../../test/build//boost_test_exec_monitor ;
+
 run complex_test.cpp ../../test/build//boost_test_exec_monitor ;
 
 compile ntl_concept_check.cpp : [ check-target-builds ../config//has_ntl_rr : : <build>no ] ;


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