Skip to content

Commit

Permalink
Fix kokkos regex
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Aug 23, 2023
1 parent ced646f commit 10864aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,12 @@ if (CPPUDDLE_WITH_TESTS)
add_test(allocator_kokkos_test.analyse_cleaned_buffers cat allocator_kokkos_test.out)
set_tests_properties(allocator_kokkos_test.analyse_cleaned_buffers PROPERTIES
FIXTURES_REQUIRED allocator_kokkos_output
PASS_REGULAR_EXPRESSION "--> Number cleaned up buffers:[ ]* 2"
PASS_REGULAR_EXPRESSION "--> Number cleaned up buffers:[ ]* 3"
)
add_test(allocator_kokkos_test.analyse_created_buffers cat allocator_kokkos_test.out)
set_tests_properties(allocator_kokkos_test.analyse_created_buffers PROPERTIES
FIXTURES_REQUIRED allocator_kokkos_output
PASS_REGULAR_EXPRESSION "--> Number of times a new buffer had to be created for a request:[ ]* 2"
PASS_REGULAR_EXPRESSION "--> Number of times a new buffer had to be created for a request:[ ]* 3"
)
add_test(allocator_kokkos_test.analyse_bad_allocs cat allocator_kokkos_test.out)
set_tests_properties(allocator_kokkos_test.analyse_bad_allocs PROPERTIES
Expand Down

0 comments on commit 10864aa

Please sign in to comment.