From 414efa47d3e37a15ef681f86425778fbf3a09c27 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Mon, 8 Feb 2016 08:50:34 -0800 Subject: Add missing calls to tests of COD. Fix a few mistakes in 3.2 -> 3.3 port. --- test/qr_colpivoting.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/qr_colpivoting.cpp') diff --git a/test/qr_colpivoting.cpp b/test/qr_colpivoting.cpp index 648250af6..16f80d8b5 100644 --- a/test/qr_colpivoting.cpp +++ b/test/qr_colpivoting.cpp @@ -289,6 +289,15 @@ void test_qr_colpivoting() CALL_SUBTEST_5(( qr_fixedsize, 1 >() )); } + for(int i = 0; i < g_repeat; i++) { + CALL_SUBTEST_1( cod() ); + CALL_SUBTEST_2( cod() ); + CALL_SUBTEST_3( cod() ); + CALL_SUBTEST_4(( cod_fixedsize, 4 >() )); + CALL_SUBTEST_5(( cod_fixedsize, 3 >() )); + CALL_SUBTEST_5(( cod_fixedsize, 1 >() )); + } + for(int i = 0; i < g_repeat; i++) { CALL_SUBTEST_1( qr_invertible() ); CALL_SUBTEST_2( qr_invertible() ); -- cgit v1.2.3