From 39d291818f137aa46a3a004aa087ce89ffbf62c7 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 13 Apr 2005 06:40:51 +0000 Subject: [PATCH] Comment out the test7, as is done in V1 Jamfile. svn path=/trunk/boost/libs/numeric/ublas/; revision=28202 --- test/Jamfile.v2 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index dc342efb..81dd2dab 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -88,14 +88,15 @@ test-suite numeric/uBLAS : : : $(UBLAS_TESTSET) ] - [ run test7/test7.cpp - test7/test71.cpp - test7/test72.cpp - test7/test73.cpp - : : : - BOOST_UBLAS_USE_INTERVAL - $(UBLAS_TESTSET) - ] +# Test commented out, just like in V1 Jamfile +# [ run test7/test7.cpp +# test7/test71.cpp +# test7/test72.cpp +# test7/test73.cpp +# : : : +# BOOST_UBLAS_USE_INTERVAL +# $(UBLAS_TESTSET) +# ] [ run placement_new.cpp ]