Skip to content

Commit

Permalink
dev-ros/clear_costmap_recovery: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/796686
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Aug 3, 2021
1 parent 7523eff commit d1dd35b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ DEPEND="${RDEPEND}
dev-ros/cmake_modules
test? ( dev-ros/rostest dev-cpp/gtest )
"

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ DEPEND="${RDEPEND}
dev-ros/cmake_modules
test? ( dev-ros/rostest dev-cpp/gtest )
"

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}

0 comments on commit d1dd35b

Please sign in to comment.