From 577a07a86e521e8d1a3d63a98621649f73c44c42 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 3 May 2016 13:11:38 -0700 Subject: [PATCH] Re-enabled the product_small test now that everything compiles correctly. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 802b97bf0..7bed6a45c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -164,7 +164,7 @@ ei_add_test(corners) ei_add_test(swap) ei_add_test(resize) ei_add_test(conservative_resize) -#ei_add_test(product_small) +ei_add_test(product_small) ei_add_test(product_large) ei_add_test(product_extra) ei_add_test(diagonalmatrices)