aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-03 13:11:38 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-03 13:11:38 -0700
commit577a07a86e521e8d1a3d63a98621649f73c44c42 (patch)
treea7eb9fbd8cf0c522e4ae01223b2baf32d8c2a503 /test
parent3b8da4be5add0a9eeda5e1e8fa01a3a12fe117fd (diff)
Re-enabled the product_small test now that everything compiles correctly.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)