aboutsummaryrefslogtreecommitdiff
path: root/test/pastix_support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/pastix_support.cpp')
-rw-r--r--test/pastix_support.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pastix_support.cpp b/test/pastix_support.cpp
index b62f85739..9b64417c1 100644
--- a/test/pastix_support.cpp
+++ b/test/pastix_support.cpp
@@ -45,7 +45,7 @@ template<typename T> void test_pastix_T_LU()
check_sparse_square_solving(pastix_lu);
}
-void test_pastix_support()
+EIGEN_DECLARE_TEST(pastix_support)
{
CALL_SUBTEST_1(test_pastix_T<float>());
CALL_SUBTEST_2(test_pastix_T<double>());