From f2ebbee27423a3dd520ab483199c72bd43b7c347 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 2 Jun 2008 14:54:52 +0000 Subject: added unit tests for sizeof and dynamic memory allocation --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a7bb8fabd..c53f55c5c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -68,6 +68,8 @@ ENABLE_TESTING() ADD_DEFINITIONS("-DEIGEN_EXTERN_INSTANCIATION=1") +EI_ADD_TEST(sizeof) +EI_ADD_TEST(nomalloc) EI_ADD_TEST(basicstuff) EI_ADD_TEST(linearstructure) EI_ADD_TEST(cwiseop) -- cgit v1.2.3