leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.49k stars 413 forks source link

More sane test link_libraries specification #26

Closed peci1 closed 4 years ago

peci1 commented 4 years ago

Why was it set outside of the if(CATKIN_ENABLE_TESTING) block?

tomlankhorst commented 4 years ago

This is simpler, thanks.