diff --git a/.circleci/tests.unit1.algorithms b/.circleci/tests.unit1.algorithms index b6337264ff0..972c39314b1 100644 --- a/.circleci/tests.unit1.algorithms +++ b/.circleci/tests.unit1.algorithms @@ -30,22 +30,31 @@ tests.unit.modules.algorithms.algorithms.destroy_sender tests.unit.modules.algorithms.algorithms.destroyn tests.unit.modules.algorithms.algorithms.destroyn_sender tests.unit.modules.algorithms.algorithms.ends_with +tests.unit.modules.algorithms.algorithms.ends_with_sender tests.unit.modules.algorithms.algorithms.equal +tests.unit.modules.algorithms.algorithms.equal_sender tests.unit.modules.algorithms.algorithms.equal_binary +tests.unit.modules.algorithms.algorithms.equal_binary_sender tests.unit.modules.algorithms.algorithms.exclusive_scan tests.unit.modules.algorithms.algorithms.exclusive_scan2 tests.unit.modules.algorithms.algorithms.exclusive_scan_exception tests.unit.modules.algorithms.algorithms.exclusive_scan_bad_alloc tests.unit.modules.algorithms.algorithms.exclusive_scan_validate tests.unit.modules.algorithms.algorithms.fill +tests.unit.modules.algorithms.algorithms.fill_sender tests.unit.modules.algorithms.algorithms.filln +tests.unit.modules.algorithms.algorithms.filln_sender tests.unit.modules.algorithms.algorithms.find tests.unit.modules.algorithms.algorithms.find_sender tests.unit.modules.algorithms.algorithms.findend +tests.unit.modules.algorithms.algorithms.findend_sender tests.unit.modules.algorithms.algorithms.findfirstof tests.unit.modules.algorithms.algorithms.findfirstof_binary +tests.unit.modules.algorithms.algorithms.findfirstof_sender tests.unit.modules.algorithms.algorithms.findif +tests.unit.modules.algorithms.algorithms.findif_sender tests.unit.modules.algorithms.algorithms.findifnot +tests.unit.modules.algorithms.algorithms.findifnot_sender tests.unit.modules.algorithms.algorithms.foreach tests.unit.modules.algorithms.algorithms.foreach_executors tests.unit.modules.algorithms.algorithms.foreach_prefetching @@ -54,6 +63,7 @@ tests.unit.modules.algorithms.algorithms.foreach_scheduler tests.unit.modules.algorithms.algorithms.foreachn tests.unit.modules.algorithms.algorithms.foreachn_exception tests.unit.modules.algorithms.algorithms.foreachn_bad_alloc +tests.unit.modules.algorithms.algorithms.foreachn_sender tests.unit.modules.algorithms.algorithms.for_loop tests.unit.modules.algorithms.algorithms.for_loop_exception tests.unit.modules.algorithms.algorithms.for_loop_induction @@ -65,7 +75,9 @@ tests.unit.modules.algorithms.algorithms.for_loop_reduction_async tests.unit.modules.algorithms.algorithms.for_loop_sender tests.unit.modules.algorithms.algorithms.for_loop_strided tests.unit.modules.algorithms.algorithms.generate +tests.unit.modules.algorithms.algorithms.generate_sender tests.unit.modules.algorithms.algorithms.generaten +tests.unit.modules.algorithms.algorithms.generaten_sender tests.unit.modules.algorithms.algorithms.is_heap tests.unit.modules.algorithms.algorithms.is_heap_until tests.unit.modules.algorithms.algorithms.includes @@ -73,13 +85,10 @@ tests.unit.modules.algorithms.algorithms.inclusive_scan tests.unit.modules.algorithms.algorithms.inclusive_scan_exception tests.unit.modules.algorithms.algorithms.inplace_merge tests.unit.modules.algorithms.algorithms.is_partitioned +tests.unit.modules.algorithms.algorithms.is_partitioned_sender tests.unit.modules.algorithms.algorithms.is_sorted +tests.unit.modules.algorithms.algorithms.is_sorted_sender tests.unit.modules.algorithms.algorithms.is_sorted_until +tests.unit.modules.algorithms.algorithms.is_sorted_until_sender tests.unit.modules.algorithms.algorithms.lexicographical_compare -tests.unit.modules.algorithms.algorithms.make_heap -tests.unit.modules.algorithms.algorithms.max_element -tests.unit.modules.algorithms.algorithms.merge -tests.unit.modules.algorithms.algorithms.min_element -tests.unit.modules.algorithms.algorithms.minmax_element -tests.unit.modules.algorithms.algorithms.mismatch -tests.unit.modules.algorithms.algorithms.mismatch_binary +tests.unit.modules.algorithms.algorithms.lexicographical_compare_sender diff --git a/.circleci/tests.unit2.algorithms b/.circleci/tests.unit2.algorithms index 36e67b405f4..3aa7a24b04b 100644 --- a/.circleci/tests.unit2.algorithms +++ b/.circleci/tests.unit2.algorithms @@ -4,6 +4,16 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +tests.unit.modules.algorithms.algorithms.make_heap +tests.unit.modules.algorithms.algorithms.max_element +tests.unit.modules.algorithms.algorithms.max_element_sender +tests.unit.modules.algorithms.algorithms.merge +tests.unit.modules.algorithms.algorithms.min_element +tests.unit.modules.algorithms.algorithms.min_element_sender +tests.unit.modules.algorithms.algorithms.minmax_element +tests.unit.modules.algorithms.algorithms.minmax_element_sender +tests.unit.modules.algorithms.algorithms.mismatch +tests.unit.modules.algorithms.algorithms.mismatch_binary tests.unit.modules.algorithms.algorithms.move tests.unit.modules.algorithms.algorithms.nth_element tests.unit.modules.algorithms.algorithms.none_of @@ -14,6 +24,7 @@ tests.unit.modules.algorithms.algorithms.partial_sort_copy tests.unit.modules.algorithms.algorithms.partition tests.unit.modules.algorithms.algorithms.partition_copy tests.unit.modules.algorithms.algorithms.reduce_ +tests.unit.modules.algorithms.algorithms.reduce_sender tests.unit.modules.algorithms.algorithms.reduce_by_key tests.unit.modules.algorithms.algorithms.remove tests.unit.modules.algorithms.algorithms.remove @@ -24,12 +35,17 @@ tests.unit.modules.algorithms.algorithms.remove_if1 tests.unit.modules.algorithms.algorithms.remove_copy tests.unit.modules.algorithms.algorithms.remove_copy_if tests.unit.modules.algorithms.algorithms.replace +tests.unit.modules.algorithms.algorithms.replace_sender tests.unit.modules.algorithms.algorithms.replace_if +tests.unit.modules.algorithms.algorithms.replace_if_sender tests.unit.modules.algorithms.algorithms.replace_copy +tests.unit.modules.algorithms.algorithms.replace_copy_sender tests.unit.modules.algorithms.algorithms.replace_copy_if +tests.unit.modules.algorithms.algorithms.replace_copy_if_sender tests.unit.modules.algorithms.algorithms.reverse -tests.unit.modules.algorithms.algorithms.reverse_copy tests.unit.modules.algorithms.algorithms.reverse_sender +tests.unit.modules.algorithms.algorithms.reverse_copy +tests.unit.modules.algorithms.algorithms.reverse_copy_sender tests.unit.modules.algorithms.algorithms.rotate tests.unit.modules.algorithms.algorithms.rotate_copy tests.unit.modules.algorithms.algorithms.rotate_sender