From 69378eed0b0031488e388b72a1b9a6325ca51728 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 7 Jul 2016 15:18:04 +0200 Subject: Split huge unit test --- unsupported/test/cxx11_tensor_morphing.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'unsupported/test/cxx11_tensor_morphing.cpp') diff --git a/unsupported/test/cxx11_tensor_morphing.cpp b/unsupported/test/cxx11_tensor_morphing.cpp index ff5ed5255..233d69493 100644 --- a/unsupported/test/cxx11_tensor_morphing.cpp +++ b/unsupported/test/cxx11_tensor_morphing.cpp @@ -470,16 +470,16 @@ void test_cxx11_tensor_morphing() CALL_SUBTEST_1(test_const_slice()); CALL_SUBTEST_2(test_slice_in_expr()); CALL_SUBTEST_2(test_slice_in_expr()); - CALL_SUBTEST_2(test_slice_as_lvalue()); - CALL_SUBTEST_2(test_slice_as_lvalue()); - CALL_SUBTEST_2(test_slice_raw_data()); - CALL_SUBTEST_2(test_slice_raw_data()); - - CALL_SUBTEST_3(test_strided_slice_write()); - CALL_SUBTEST_3(test_strided_slice()); - CALL_SUBTEST_3(test_strided_slice_write()); - CALL_SUBTEST_3(test_strided_slice()); - - CALL_SUBTEST_3(test_composition()); - CALL_SUBTEST_3(test_composition()); + CALL_SUBTEST_3(test_slice_as_lvalue()); + CALL_SUBTEST_3(test_slice_as_lvalue()); + CALL_SUBTEST_4(test_slice_raw_data()); + CALL_SUBTEST_4(test_slice_raw_data()); + + CALL_SUBTEST_5(test_strided_slice_write()); + CALL_SUBTEST_5(test_strided_slice()); + CALL_SUBTEST_5(test_strided_slice_write()); + CALL_SUBTEST_5(test_strided_slice()); + + CALL_SUBTEST_6(test_composition()); + CALL_SUBTEST_6(test_composition()); } -- cgit v1.2.3