Skip to content

Commit

Permalink
dev-ros/amcl: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/736142
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 2e37bc0 commit d31895d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-ros/amcl/amcl-1.17.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ src_prepare() {
done
sed -e "s#http://download.ros.org/data/amcl#file://${S}#" -i CMakeLists.txt || die
}

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}
5 changes: 5 additions & 0 deletions dev-ros/amcl/amcl-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ src_prepare() {
done
sed -e "s#http://download.ros.org/data/amcl#file://${S}#" -i CMakeLists.txt || die
}

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

0 comments on commit d31895d

Please sign in to comment.