Skip to content

Commit

Permalink
Merge pull request #1175 from garaemon/catkin-enable-testing
Browse files Browse the repository at this point in the history
[jsk_network_tools] Do not run rostest unless CATKIN_ENABLE_TESTING is false
  • Loading branch information
garaemon committed Oct 12, 2015
2 parents d4b08fd + a31ba10 commit a525eba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsk_network_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ add_executable(silverhammer_highspeed_internal_receiver
add_dependencies(silverhammer_highspeed_internal_receiver
${PROJECT_NAME}_gencpp ${PROJECT_NAME}_gencfg)

add_rostest(test/test_all_type_low_speed.test)
if(CATKIN_ENABLE_TESTING)
add_rostest(test/test_all_type_low_speed.test)
endif(CATKIN_ENABLE_TESTING)

install(DIRECTORY scripts
DESTINATION
Expand Down

0 comments on commit a525eba

Please sign in to comment.