Rename map unit test to mapped_matrix: without splitting unit tests, this created a "map" binary file in the include path, not a good idea!

This commit is contained in:
Gael Guennebaud
2013-07-10 23:26:35 +02:00
parent 5a4519d2b4
commit 71cccf0ed8
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ ei_add_test(diagonal)
ei_add_test(miscmatrices)
ei_add_test(commainitializer)
ei_add_test(smallvectors)
ei_add_test(map)
ei_add_test(mapped_matrix)
ei_add_test(mapstride)
ei_add_test(mapstaticmethods)
ei_add_test(array)