aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jacobisvd.cpp
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-29 17:46:54 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-29 17:46:54 +0100
commit3d25b1f5b8694638659217cf67d86534afd8db28 (patch)
treec2fd9eb6022b8c3eedf744a62a6862ac3527be6d /test/jacobisvd.cpp
parentacecb7b09f36d8a073ebf399d9c9f038dd6fe3c2 (diff)
Split up some test cases
Diffstat (limited to 'test/jacobisvd.cpp')
-rw-r--r--test/jacobisvd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp
index bfcadce95..f9de6b708 100644
--- a/test/jacobisvd.cpp
+++ b/test/jacobisvd.cpp
@@ -77,8 +77,8 @@ void test_jacobisvd()
CALL_SUBTEST_7(( jacobisvd_verify_assert(MatrixXf(10,12)) ));
CALL_SUBTEST_8(( jacobisvd_verify_assert(MatrixXcd(7,5)) ));
- svd_all_trivial_2x2(jacobisvd<Matrix2cd>);
- svd_all_trivial_2x2(jacobisvd<Matrix2d>);
+ CALL_SUBTEST_11(svd_all_trivial_2x2(jacobisvd<Matrix2cd>));
+ CALL_SUBTEST_12(svd_all_trivial_2x2(jacobisvd<Matrix2d>));
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_3(( jacobisvd<Matrix3f>() ));