diff options
author | 2021-12-15 10:34:48 +0100 | |
---|---|---|
committer | 2021-12-15 11:19:04 +0100 | |
commit | 5855268f1902e570037a828520a454f48358d17c (patch) | |
tree | 343887af8d34ea51453b1f027b5039d798fd3ffa /dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild | |
parent | dev-ros/test_roscpp: Bump to 1.15.13. (diff) | |
download | gentoo-5855268f1902e570037a828520a454f48358d17c.tar.gz gentoo-5855268f1902e570037a828520a454f48358d17c.tar.bz2 gentoo-5855268f1902e570037a828520a454f48358d17c.zip |
dev-ros/test_rosgraph: Bump to 1.15.13.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild')
-rw-r--r-- | dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild b/dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild new file mode 100644 index 000000000000..63863b4ad56b --- /dev/null +++ b/dev-ros/test_rosgraph/test_rosgraph-1.15.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=test/${PN} + +inherit ros-catkin + +DESCRIPTION="Unit tests for rosgraph" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] ) +" + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} |