23 lines
820 B
XML
23 lines
820 B
XML
<package>
|
|
<name>rosunit</name>
|
|
<version>1.9.15</version>
|
|
<description>
|
|
Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.
|
|
</description>
|
|
<maintainer email="dthomas@willowgarage.com">Dirk Thomas</maintainer>
|
|
<license>BSD</license>
|
|
|
|
<url type="website">http://ros.org/wiki/rosunit</url>
|
|
<url type="bugtracker">https://code.ros.org/trac/ros/query?status=assigned&status=new&status=reopened&component=ros&order=priority</url>
|
|
<url type="repository">https://code.ros.org/svn/ros/stacks/ros/trunk/tools/rosunit</url>
|
|
<author>Ken Conley</author>
|
|
|
|
<build_depend>catkin</build_depend>
|
|
|
|
<run_depend>python-rospkg</run_depend>
|
|
|
|
<export>
|
|
<rosdoc config="rosdoc.yaml" />
|
|
</export>
|
|
</package>
|