Skip to content

Commit

Permalink
dev-ros/test_roslib_comm: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/625126
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Aug 6, 2020
1 parent cfee350 commit e00df92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-ros/test_roslib_comm/test_roslib_comm-1.15.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ DEPEND="${RDEPEND}
dev-ros/test_rosmaster
)
"

src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}
5 changes: 5 additions & 0 deletions dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ DEPEND="${RDEPEND}
dev-ros/test_rosmaster
)
"

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

0 comments on commit e00df92

Please sign in to comment.