aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jacobi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/jacobi.cpp')
-rw-r--r--test/jacobi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jacobi.cpp b/test/jacobi.cpp
index 319e4767a..5604797f5 100644
--- a/test/jacobi.cpp
+++ b/test/jacobi.cpp
@@ -57,7 +57,7 @@ void jacobi(const MatrixType& m = MatrixType())
}
}
-void test_jacobi()
+EIGEN_DECLARE_TEST(jacobi)
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1(( jacobi<Matrix3f, float>() ));