Skip to content

Commit

Permalink
Merge pull request #6471 from STEllAR-GROUP/distance_test
Browse files Browse the repository at this point in the history
Add distance.cpp test in CMake
  • Loading branch information
hkaiser authored Jul 13, 2024
2 parents 7d3824d + 7f8df5d commit 4add796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(tests
countif
destroy
destroyn
distance
ends_with
equal
equal_binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(tests
countif_range
destroy_range
destroyn_range
distance
distance_range
ends_with_range
equal_range
equal_binary_range
Expand Down

0 comments on commit 4add796

Please sign in to comment.