added unit tests for sizeof and dynamic memory allocation

This commit is contained in:
Gael Guennebaud
2008-06-02 14:54:52 +00:00
parent 54ae2ac7e8
commit f2ebbee274
4 changed files with 144 additions and 8 deletions

View File

@@ -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)