aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/dgmres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/dgmres.cpp')
-rw-r--r--unsupported/test/dgmres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/dgmres.cpp b/unsupported/test/dgmres.cpp
index 2b11807c8..04f5ad670 100644
--- a/unsupported/test/dgmres.cpp
+++ b/unsupported/test/dgmres.cpp
@@ -24,7 +24,7 @@ template<typename T> void test_dgmres_T()
//CALL_SUBTEST( check_sparse_square_solving(dgmres_colmajor_ssor) );
}
-void test_dgmres()
+EIGEN_DECLARE_TEST(dgmres)
{
CALL_SUBTEST_1(test_dgmres_T<double>());
CALL_SUBTEST_2(test_dgmres_T<std::complex<double> >());