aboutsummaryrefslogtreecommitdiff
path: root/test/sparselu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sparselu.cpp')
-rw-r--r--test/sparselu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sparselu.cpp b/test/sparselu.cpp
index bd000baf1..84cc6ebe5 100644
--- a/test/sparselu.cpp
+++ b/test/sparselu.cpp
@@ -36,7 +36,7 @@ template<typename T> void test_sparselu_T()
check_sparse_square_determinant(sparselu_amd);
}
-void test_sparselu()
+EIGEN_DECLARE_TEST(sparselu)
{
CALL_SUBTEST_1(test_sparselu_T<float>());
CALL_SUBTEST_2(test_sparselu_T<double>());