aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_morphing.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-07 15:18:04 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-07 15:18:04 +0200
commit69378eed0b0031488e388b72a1b9a6325ca51728 (patch)
tree073354c64fd5b2a0aebe3560917c09c60a4b60f7 /unsupported/test/cxx11_tensor_morphing.cpp
parentc684e37d3247603c466fdc2356752a02f9c9f0b6 (diff)
Split huge unit test
Diffstat (limited to 'unsupported/test/cxx11_tensor_morphing.cpp')
-rw-r--r--unsupported/test/cxx11_tensor_morphing.cpp24
1 files changed, 12 insertions, 12 deletions
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<ColMajor>());
CALL_SUBTEST_2(test_slice_in_expr<RowMajor>());
- CALL_SUBTEST_2(test_slice_as_lvalue<ColMajor>());
- CALL_SUBTEST_2(test_slice_as_lvalue<RowMajor>());
- CALL_SUBTEST_2(test_slice_raw_data<ColMajor>());
- CALL_SUBTEST_2(test_slice_raw_data<RowMajor>());
-
- CALL_SUBTEST_3(test_strided_slice_write<ColMajor>());
- CALL_SUBTEST_3(test_strided_slice<ColMajor>());
- CALL_SUBTEST_3(test_strided_slice_write<RowMajor>());
- CALL_SUBTEST_3(test_strided_slice<RowMajor>());
-
- CALL_SUBTEST_3(test_composition<ColMajor>());
- CALL_SUBTEST_3(test_composition<RowMajor>());
+ CALL_SUBTEST_3(test_slice_as_lvalue<ColMajor>());
+ CALL_SUBTEST_3(test_slice_as_lvalue<RowMajor>());
+ CALL_SUBTEST_4(test_slice_raw_data<ColMajor>());
+ CALL_SUBTEST_4(test_slice_raw_data<RowMajor>());
+
+ CALL_SUBTEST_5(test_strided_slice_write<ColMajor>());
+ CALL_SUBTEST_5(test_strided_slice<ColMajor>());
+ CALL_SUBTEST_5(test_strided_slice_write<RowMajor>());
+ CALL_SUBTEST_5(test_strided_slice<RowMajor>());
+
+ CALL_SUBTEST_6(test_composition<ColMajor>());
+ CALL_SUBTEST_6(test_composition<RowMajor>());
}