commit: e599ed178218f2d6192ee0037e73f3409078a170
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 11:31:16 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 11:31:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e599ed17
dev-ros/test_rosmaster: Set CATKIN_ENABLE_TESTING=ON to install files required
by other packages test suites.
Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild | 2 ++
dev-ros/test_rosmaster/test_rosmaster-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild
b/dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild
index d07a555..66e52c1 100644
--- a/dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild
+++ b/dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild
@@ -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}
diff --git a/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild
b/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild
index d07a555..66e52c1 100644
--- a/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild
+++ b/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild
@@ -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}