Skip to content

Commit

Permalink
Remove pololu test from ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 21, 2023
1 parent 6ea0448 commit 24773f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,11 @@ vp_glob_module_copy_data("src/wireframe-simulator/scene/*.sld" data/wireframe-si
vp_module_include_directories(${opt_incs})
vp_create_module(${opt_libs})
vp_add_tests(
DEPENDS_ON visp_sensor visp_vision visp_blob visp_gui
CTEST_EXCLUDE_PATH bebop2 qbdevice servo-afma4 servo-afma6 servo-franka servo-universal-robots servo-viper virtuose servo-pixhawk)
DEPENDS_ON
visp_sensor visp_vision visp_blob visp_gui
CTEST_EXCLUDE_PATH
bebop2 qbdevice servo-afma4 servo-afma6 servo-franka servo-pixhawk servo-pololu servo-universal-robots
servo-viper virtuose)

if(USE_VIRTUOSE)
# Add specific build flag to turn off warnings coming from VirtuoseAPI 3rd party
Expand Down

0 comments on commit 24773f2

Please sign in to comment.