1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Declare rostest as test_dependency

This commit is contained in:
Felix Mauch
2019-10-07 14:11:07 +02:00
parent d36ff78969
commit 233db50e25

View File

@@ -21,7 +21,6 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>boost</build_depend>
<build_depend>rostest</build_depend>
<depend>actionlib</depend>
<depend>control_msgs</depend>
@@ -47,6 +46,8 @@
<exec_depend>ur_description</exec_depend>
<exec_depend>velocity_controllers</exec_depend>
<test_depend>rostest</test_depend>
<export>
<rosdoc config="doc/rosdoc.yaml" />
</export>