aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pastix_support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/pastix_support.cpp')
-rw-r--r--test/pastix_support.cpp10
1 files changed, 4 insertions, 6 deletions
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<typename T> void test_pastix_T_LU()
void test_pastix_support()
{
- for(int i = 0; i < g_repeat; i++) {
- CALL_SUBTEST_1(test_pastix_T<float>());
- CALL_SUBTEST_2(test_pastix_T<double>());
- CALL_SUBTEST_3( (test_pastix_T_LU<std::complex<float> >()) );
- CALL_SUBTEST_4(test_pastix_T_LU<std::complex<double> >());
- }
+ CALL_SUBTEST_1(test_pastix_T<float>());
+ CALL_SUBTEST_2(test_pastix_T<double>());
+ CALL_SUBTEST_3( (test_pastix_T_LU<std::complex<float> >()) );
+ CALL_SUBTEST_4(test_pastix_T_LU<std::complex<double> >());
} \ No newline at end of file