summaryrefslogtreecommitdiff
path: root/dev-ros/test_rosmaster
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-11-14 12:31:16 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-11-14 12:31:16 +0100
commite599ed178218f2d6192ee0037e73f3409078a170 (patch)
tree7ec156ce7cb6dc5ce7ca9e151e8b48bcc774fa23 /dev-ros/test_rosmaster
parentdbfa3b2e4d6bf8f99fcb35f49ad87c9698df7efb (diff)
downloadgentoo-e599ed178218f2d6192ee0037e73f3409078a170.tar.gz
gentoo-e599ed178218f2d6192ee0037e73f3409078a170.tar.xz
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@gentoo.org>
Diffstat (limited to 'dev-ros/test_rosmaster')
-rw-r--r--dev-ros/test_rosmaster/test_rosmaster-1.11.16.ebuild2
-rw-r--r--dev-ros/test_rosmaster/test_rosmaster-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
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 d07a5558dbe..66e52c1b598 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 d07a5558dbe..66e52c1b598 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}