From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B651F138359 for ; Mon, 24 Aug 2020 13:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0864E086B; Mon, 24 Aug 2020 13:45:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D591BE086B for ; Mon, 24 Aug 2020 13:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB5D633BE44 for ; Mon, 24 Aug 2020 13:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 938BD32F for ; Mon, 24 Aug 2020 13:45:11 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1598276674.f377436c2d7d2efe46362ab2f6e03fdf4b9e94b7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild dev-ros/kdl_parser/kdl_parser-9999.ebuild X-VCS-Directories: dev-ros/kdl_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f377436c2d7d2efe46362ab2f6e03fdf4b9e94b7 X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:45:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a46b535-0486-48c2-ae18-acd34d1d88a2 X-Archives-Hash: db38e0f35e7436dc392ff1b564f57835 commit: f377436c2d7d2efe46362ab2f6e03fdf4b9e94b7 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 13:14:04 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 24 13:44:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f377436c dev-ros/kdl_parser: fix tests Closes: https://bugs.gentoo.org/738558 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild | 5 +++++ dev-ros/kdl_parser/kdl_parser-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild b/dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild index 36a3dcb37da..fa520608c0b 100644 --- a/dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild +++ b/dev-ros/kdl_parser/kdl_parser-1.14.0-r1.ebuild @@ -27,3 +27,8 @@ DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest )" + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} diff --git a/dev-ros/kdl_parser/kdl_parser-9999.ebuild b/dev-ros/kdl_parser/kdl_parser-9999.ebuild index 36a3dcb37da..fa520608c0b 100644 --- a/dev-ros/kdl_parser/kdl_parser-9999.ebuild +++ b/dev-ros/kdl_parser/kdl_parser-9999.ebuild @@ -27,3 +27,8 @@ DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest )" + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +}