From 55495dcbaefbd25d8d97a260ca2de921357a137c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 7 Jul 2010 10:50:40 +0200 Subject: extend product unit tests --- test/product_trmm.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/product_trmm.cpp') diff --git a/test/product_trmm.cpp b/test/product_trmm.cpp index d3e91a86f..e20b408c4 100644 --- a/test/product_trmm.cpp +++ b/test/product_trmm.cpp @@ -79,6 +79,8 @@ void test_product_trmm() for(int i = 0; i < g_repeat ; i++) { CALL_SUBTEST_1((trmm(ei_random(1,320),ei_random(1,320)))); - CALL_SUBTEST_2((trmm >(ei_random(1,320),ei_random(1,320)))); + CALL_SUBTEST_2((trmm(ei_random(1,320),ei_random(1,320)))); + CALL_SUBTEST_3((trmm >(ei_random(1,200),ei_random(1,200)))); + CALL_SUBTEST_4((trmm >(ei_random(1,200),ei_random(1,200)))); } } -- cgit v1.2.3