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/pardiso_support.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/pardiso_support.cpp') diff --git a/test/pardiso_support.cpp b/test/pardiso_support.cpp index 11cb98e10..67efad6d8 100644 --- a/test/pardiso_support.cpp +++ b/test/pardiso_support.cpp @@ -22,10 +22,8 @@ template void test_pardiso_T() void test_pardiso_support() { - for(int i = 0; i < g_repeat; i++) { - CALL_SUBTEST_1(test_pardiso_T()); - CALL_SUBTEST_2(test_pardiso_T()); - CALL_SUBTEST_3(test_pardiso_T< std::complex >()); - CALL_SUBTEST_4(test_pardiso_T< std::complex >()); - } + CALL_SUBTEST_1(test_pardiso_T()); + CALL_SUBTEST_2(test_pardiso_T()); + CALL_SUBTEST_3(test_pardiso_T< std::complex >()); + CALL_SUBTEST_4(test_pardiso_T< std::complex >()); } -- cgit v1.2.3