Skip to content

Commit

Permalink
dev-ros/test_rosmaster: Set CATKIN_ENABLE_TESTING=ON to install files…
Browse files Browse the repository at this point in the history
… required by other packages test suites.

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Nov 14, 2015
1 parent dbfa3b2 commit e599ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
test? ( dev-ros/roslib[${PYTHON_USEDEP}] )
"

mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )

src_install() {
ros-catkin_src_install
dodir /usr/share/${PN}
Expand Down
2 changes: 2 additions & 0 deletions dev-ros/test_rosmaster/test_rosmaster-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
test? ( dev-ros/roslib[${PYTHON_USEDEP}] )
"

mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )

src_install() {
ros-catkin_src_install
dodir /usr/share/${PN}
Expand Down

0 comments on commit e599ed1

Please sign in to comment.