rostest: rostest depends on rostest-native (resolves #83)

The rostest package requires that the rostest executable can be
found by cmake's find during configure. Hence, rostest depends on
rostest-native.
To implement this, rostest and rostest-native are defined with
different dependencies.

This commit resolves issue #83.
This commit is contained in:
Lukas Bulwahn 2013-06-13 07:08:16 +02:00
parent 9dd2240213
commit af1550ab51
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "boost python-nose rosunit-native"
DEPENDS = "boost python-nose rostest-native"
DEPENDS_class-native = "boost-native rosunit-native"
require ros-comm.inc