Skip to content

Commit

Permalink
dev-ros/combined_robot_hw_tests: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/624734
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Aug 7, 2020
1 parent fa506b3 commit 33c1c6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ DEPEND="${RDEPEND}
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
)"

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
export CATKIN_PREFIX_PATH="${BUILD_DIR}/devel/:${CATKIN_PREFIX_PATH}"
ros-catkin_src_test
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ DEPEND="${RDEPEND}
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
)"

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
export CATKIN_PREFIX_PATH="${BUILD_DIR}/devel/:${CATKIN_PREFIX_PATH}"
ros-catkin_src_test
}

0 comments on commit 33c1c6c

Please sign in to comment.