2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 05:02:16 +00:00

Comment out the test7, as is done in V1 Jamfile.

svn path=/trunk/boost/libs/numeric/ublas/; revision=28202
This commit is contained in:
Vladimir Prus
2005-04-13 06:40:51 +00:00
parent ddd6eaee73
commit 39d291818f

View File

@@ -88,14 +88,15 @@ test-suite numeric/uBLAS
: : :
<define>$(UBLAS_TESTSET)
]
[ run test7/test7.cpp
test7/test71.cpp
test7/test72.cpp
test7/test73.cpp
: : :
<define>BOOST_UBLAS_USE_INTERVAL
<define>$(UBLAS_TESTSET)
]
# Test commented out, just like in V1 Jamfile
# [ run test7/test7.cpp
# test7/test71.cpp
# test7/test72.cpp
# test7/test73.cpp
# : : :
# <define>BOOST_UBLAS_USE_INTERVAL
# <define>$(UBLAS_TESTSET)
# ]
[ run placement_new.cpp
]