2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00

* libs/numeric/ublas/test/Jamfile.v2: see #7363 - separate test of COO matrix

svn path=/trunk/libs/numeric/ublas/; revision=80586
This commit is contained in:
Gunter Winkler
2012-09-18 20:51:13 +00:00
parent 9c8a0e3a99
commit 3d603da030

View File

@@ -77,7 +77,15 @@ test-suite numeric/uBLAS
test33.cpp
: : :
<define>$(UBLAS_TESTSET_SPARSE)
]
[ run test3.cpp
test31.cpp
test32.cpp
test33.cpp
: : :
<define>$(UBLAS_TESTSET_SPARSE_COO)
: test3_coo
:
]
[ run test3.cpp
test31.cpp