From 150796337ad50cc51a4975425b287f95a5368378 Mon Sep 17 00:00:00 2001 From: yoco Date: Sat, 18 Jan 2014 16:10:46 +0800 Subject: Add unit-test for reshape - add unittest for dynamic & fixed-size reshape - fix fixed-size reshape bugs bugs found while testing --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3c32f4b21..238298d43 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -150,6 +150,7 @@ ei_add_test(exceptions) ei_add_test(redux) ei_add_test(visitor) ei_add_test(block) +ei_add_test(reshape) ei_add_test(corners) ei_add_test(product_small) ei_add_test(product_large) -- cgit v1.2.3