Skip to content
Snippets Groups Projects
Commit af1550ab authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

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.
parent 9dd22402
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment