Skip to content

Commit

Permalink
Move selection related tests.
Browse files Browse the repository at this point in the history
Part of reorganizing the tests requires grouping tests. One such group
is anything related to selections, e.g. column, row or point selections,
hyperslabs, etc.

This commit only moves code from one file to the next without any
changes.
  • Loading branch information
1uc committed Nov 29, 2023
1 parent 9415a7c commit 011c70a
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 506 deletions.
2 changes: 1 addition & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(MSVC)
endif()

## Base tests
foreach(test_name tests_high_five_base tests_high_five_multi_dims tests_high_five_easy test_all_types)
foreach(test_name tests_high_five_base tests_high_five_multi_dims tests_high_five_easy test_all_types test_high_five_selection)
add_executable(${test_name} "${test_name}.cpp")
target_link_libraries(${test_name} HighFive HighFiveWarnings Catch2::Catch2WithMain)
catch_discover_tests(${test_name})
Expand Down
Loading

0 comments on commit 011c70a

Please sign in to comment.