Skip to content

Commit

Permalink
Disable integration tests for apple
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 committed Aug 1, 2024
1 parent 8cf8274 commit 5d86e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ set(tests
)

if (APPLE)
list(REMOVE_ITEM tests gpu_rays.cc)
list(REMOVE_ITEM tests camera.cc)
list(REMOVE_ITEM tests depth_camera.cc)
list(REMOVE_ITEM tests render_pass.cc)
list(REMOVE_ITEM tests shadows.cc)
list(REMOVE_ITEM tests scene.cc)
list(REMOVE_ITEM tests thermal_camera.cc)
list(REMOVE_ITEM tessts lidar_visual.cc)
endif()

link_directories(${PROJECT_BINARY_DIR}/test)
Expand Down

0 comments on commit 5d86e5d

Please sign in to comment.