Skip to content

Commit

Permalink
Merge pull request #6522 from STEllAR-GROUP/distance_test
Browse files Browse the repository at this point in the history
Fixing distance test
  • Loading branch information
hkaiser authored Jul 23, 2024
2 parents 4add796 + 957ae31 commit 5f86763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ add_hpx_module(
hpx_execution
hpx_executors
hpx_futures
hpx_iterator_support
hpx_lcos_local
hpx_pack_traversal
hpx_serialization
Expand Down
4 changes: 4 additions & 0 deletions libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ foreach(test ${tests})
FOLDER ${folder_name}
)

target_link_libraries(
${test}_test PRIVATE hpx_iterator_support_test_utilities
)

add_hpx_unit_test(
"modules.algorithms.algorithms" ${test} ${${test}_PARAMETERS}
)
Expand Down

0 comments on commit 5f86763

Please sign in to comment.