Skip to content

Commit

Permalink
Add Floating Point Equality Tests to Build List (#812)
Browse files Browse the repository at this point in the history
#773 added a test utility that checks floating point equality based on ULP difference. However, as a blinded file checkout in #786, the line that builds tests for the floating point utility is removed by mistake. This PR adds that back.

Authors:
  - Michael Wang (https://github.com/isVoid)

Approvers:
  - Mark Harris (https://github.com/harrism)

URL: #812
  • Loading branch information
isVoid authored Nov 22, 2022
1 parent e88e3d3 commit 19e7661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ ConfigureTest(TRAJECTORY_BOUNDING_BOXES_TEST
ConfigureTest(SPATIAL_WINDOW_POINT_TEST
spatial_window/spatial_window_test.cpp)

ConfigureTest(UTILITY_TEST
utility_test/test_float_equivalent.cu
)

# Experimental API
ConfigureTest(HAVERSINE_TEST_EXP
experimental/spatial/haversine_test.cu)
Expand Down

0 comments on commit 19e7661

Please sign in to comment.