kinetic-devel/tools/rosunit/package.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&amp;status=new&amp;status=reopened&amp;component=ros&amp;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>