Skip to content

Commit

Permalink
Move data type related to separate file. (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Dec 4, 2023
1 parent 30a9d14 commit 73dc5d9
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 379 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 test_high_five_selection)
foreach(test_name tests_high_five_base tests_high_five_multi_dims tests_high_five_easy test_all_types test_high_five_selection tests_high_five_data_type)
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 73dc5d9

Please sign in to comment.