public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_tests/
Date: Tue, 25 Aug 2020 12:37:42 +0000 (UTC)	[thread overview]
Message-ID: <1598359042.465a8bd444e2a82113ca815fedce5d718aae37c3.aballier@gentoo> (raw)

commit:     465a8bd444e2a82113ca815fedce5d718aae37c3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 14:52:52 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 12:37:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465a8bd4

dev-ros/controller_manager_tests: always install files

Closes: https://bugs.gentoo.org/738480
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 .../controller_manager_tests/controller_manager_tests-0.19.1.ebuild   | 4 +++-
 dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ros/controller_manager_tests/controller_manager_tests-0.19.1.ebuild b/dev-ros/controller_manager_tests/controller_manager_tests-0.19.1.ebuild
index b3f59e8c48b..44483c86ebe 100644
--- a/dev-ros/controller_manager_tests/controller_manager_tests-0.19.1.ebuild
+++ b/dev-ros/controller_manager_tests/controller_manager_tests-0.19.1.ebuild
@@ -19,14 +19,16 @@ RDEPEND="
 	dev-ros/control_toolbox
 	dev-libs/boost:=
 	dev-libs/console_bridge:=
+	dev-cpp/gtest
 "
 DEPEND="${RDEPEND}
 	test? (
 		dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
 		$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
 		dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
-		dev-cpp/gtest
 	)"
+# needed by combined_robot_hw_tests
+mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
 
 src_test() {
 	export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"

diff --git a/dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild b/dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild
index b3f59e8c48b..44483c86ebe 100644
--- a/dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild
+++ b/dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild
@@ -19,14 +19,16 @@ RDEPEND="
 	dev-ros/control_toolbox
 	dev-libs/boost:=
 	dev-libs/console_bridge:=
+	dev-cpp/gtest
 "
 DEPEND="${RDEPEND}
 	test? (
 		dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
 		$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
 		dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
-		dev-cpp/gtest
 	)"
+# needed by combined_robot_hw_tests
+mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
 
 src_test() {
 	export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"


             reply	other threads:[~2020-08-25 12:37 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25 12:37 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-06 12:33 [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_tests/ Alexis Ballier
2021-08-06 12:33 Alexis Ballier
2021-08-03 10:50 Alexis Ballier
2020-10-12 19:08 Alexis Ballier
2020-08-27  8:53 Alexis Ballier
2020-08-25 12:37 Alexis Ballier
2020-08-07 15:33 Alexis Ballier
2020-07-31 10:34 Alexis Ballier
2018-10-11 16:28 Alexis Ballier
2018-07-17  7:08 Alexis Ballier
2018-04-28 15:22 Alexis Ballier
2018-04-28 15:22 Alexis Ballier
2018-04-22 12:56 Alexis Ballier
2018-03-27  6:41 Alexis Ballier
2017-12-26 19:08 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-08-10 13:02 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-02-15 13:24 Alexis Ballier
2016-12-12 20:24 Alexis Ballier
2016-11-29  9:28 Alexis Ballier
2016-08-21  6:34 Alexis Ballier
2016-05-24  7:32 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2015-11-24 12:33 Alexis Ballier
2015-09-23 12:50 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598359042.465a8bd444e2a82113ca815fedce5d718aae37c3.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox