Skip to content

Commit

Permalink
Add test case category tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Feb 13, 2024
1 parent f23e0c2 commit 93b68d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/conformance_parallel_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ void test_vector_of_lists_rvalue_deterministic_reduce() {
test_vector_of_lists_rvalue_reduce_basic(runner, oneapi::tbb::static_partitioner{}, context);
}

//! \brief \ref interface \ref requirement
TEST_CASE("test rvalue optimization") {
test_vector_of_lists_rvalue_reduce();
test_vector_of_lists_rvalue_deterministic_reduce();
Expand Down

0 comments on commit 93b68d2

Please sign in to comment.