From 60804c306dd9ad42e82402f25d31587cf749f3bb Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 21 Aug 2008 17:02:47 +0000 Subject: *patch by Daniel Gomez: - bugfix in SparseMatrix - add a sparse unit test * renamed Transform::affine => linear --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e0f6f2664..8d217d421 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -111,5 +111,6 @@ EI_ADD_TEST(geometry) EI_ADD_TEST(regression) EI_ADD_TEST(svd) EI_ADD_TEST(ioformat) +EI_ADD_TEST(sparse) ENDIF(BUILD_TESTS) -- cgit v1.2.3