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 ]