From f804a319c81cb1629abb9bdc97dd74a2d2dec3d7 Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Thu, 29 Mar 2012 14:32:54 +0200 Subject: modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance --- test/conjugate_gradient.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/conjugate_gradient.cpp') diff --git a/test/conjugate_gradient.cpp b/test/conjugate_gradient.cpp index e76327bac..f24f35817 100644 --- a/test/conjugate_gradient.cpp +++ b/test/conjugate_gradient.cpp @@ -40,8 +40,6 @@ template void test_conjugate_gradient_T() void test_conjugate_gradient() { - for(int i = 0; i < g_repeat; i++) { - CALL_SUBTEST_1(test_conjugate_gradient_T()); - CALL_SUBTEST_2(test_conjugate_gradient_T >()); - } + CALL_SUBTEST_1(test_conjugate_gradient_T()); + CALL_SUBTEST_2(test_conjugate_gradient_T >()); } -- cgit v1.2.3