From 3d603da030e778ce4eed61c5149178a87a03677e Mon Sep 17 00:00:00 2001 From: Gunter Winkler Date: Tue, 18 Sep 2012 20:51:13 +0000 Subject: [PATCH] * libs/numeric/ublas/test/Jamfile.v2: see #7363 - separate test of COO matrix svn path=/trunk/libs/numeric/ublas/; revision=80586 --- test/Jamfile.v2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c94dd6de..514334f0 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,7 +77,15 @@ test-suite numeric/uBLAS test33.cpp : : : $(UBLAS_TESTSET_SPARSE) + ] + [ run test3.cpp + test31.cpp + test32.cpp + test33.cpp + : : : $(UBLAS_TESTSET_SPARSE_COO) + : test3_coo + : ] [ run test3.cpp test31.cpp