|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52141 - trunk/libs/numeric/ublas/test
From: guwi17_at_[hidden]
Date: 2009-04-02 17:40:21
Author: guwi17
Date: 2009-04-02 17:40:20 EDT (Thu, 02 Apr 2009)
New Revision: 52141
URL: http://svn.boost.org/trac/boost/changeset/52141
Log:
Jamfile.v2: disabled failing test7 (need more time to investigate this)
CMakeLists.txt: added new tests, but was still not able to run cmake successfully
Text files modified:
trunk/libs/numeric/ublas/test/CMakeLists.txt | 9 ++++++++-
trunk/libs/numeric/ublas/test/Jamfile.v2 | 18 +++++++++---------
2 files changed, 17 insertions(+), 10 deletions(-)
Modified: trunk/libs/numeric/ublas/test/CMakeLists.txt
==============================================================================
--- trunk/libs/numeric/ublas/test/CMakeLists.txt (original)
+++ trunk/libs/numeric/ublas/test/CMakeLists.txt 2009-04-02 17:40:20 EDT (Thu, 02 Apr 2009)
@@ -50,7 +50,7 @@
test6.cpp test62.cpp test63.cpp
COMPILE_FLAGS "${UBLAS_TESTSET_DEFINES}")
-# Test commented out, just like in V1 and V2 Jamfiles
+# Test commented out because boost::interval does not behave like a scalar
# boost_test_run(test7
# test7.cpp test71.cpp test72.cpp test73.cpp
# COMPILE_FLAGS "-DBOOST_UBLAS_USE_INTERVAL ${UBLAS_TESTSET_DEFINES}")
@@ -59,6 +59,13 @@
boost_test_run(test_lu)
+boost_test_run(triangular_access
+ triangular_access.cpp
+ COMPILE_FLAGS "-DNOMESSAGES")
+
+boost_test_run(triangular_layout
+ triangular_layout.cpp)
+
SET(test_compile_flags "-DEXTERNAL")
#-- Intel Compiler flags
Modified: trunk/libs/numeric/ublas/test/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/ublas/test/Jamfile.v2 (original)
+++ trunk/libs/numeric/ublas/test/Jamfile.v2 2009-04-02 17:40:20 EDT (Thu, 02 Apr 2009)
@@ -88,15 +88,15 @@
: : :
<define>$(UBLAS_TESTSET)
]
-# Test commented out, just like in V1 Jamfile
- [ run test7.cpp
- test71.cpp
- test72.cpp
- test73.cpp
- : : :
- <define>BOOST_UBLAS_USE_INTERVAL
- <define>$(UBLAS_TESTSET)
- ]
+# Test commented out because boost::interval does not behave like a scalar type
+# [ run test7.cpp
+# test71.cpp
+# test72.cpp
+# test73.cpp
+# : : :
+# <define>BOOST_UBLAS_USE_INTERVAL
+# <define>$(UBLAS_TESTSET)
+# ]
[ run placement_new.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