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/pastix_support.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/pastix_support.cpp') diff --git a/test/pastix_support.cpp b/test/pastix_support.cpp index 80c5bbf27..dbce30d1c 100644 --- a/test/pastix_support.cpp +++ b/test/pastix_support.cpp @@ -52,10 +52,8 @@ template void test_pastix_T_LU() void test_pastix_support() { - for(int i = 0; i < g_repeat; i++) { - CALL_SUBTEST_1(test_pastix_T()); - CALL_SUBTEST_2(test_pastix_T()); - CALL_SUBTEST_3( (test_pastix_T_LU >()) ); - CALL_SUBTEST_4(test_pastix_T_LU >()); - } + CALL_SUBTEST_1(test_pastix_T()); + CALL_SUBTEST_2(test_pastix_T()); + CALL_SUBTEST_3( (test_pastix_T_LU >()) ); + CALL_SUBTEST_4(test_pastix_T_LU >()); } \ No newline at end of file -- cgit v1.2.3