diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-24 15:33:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-24 15:44:36 +0200 |
commit | 271226f7506461cc39a78add9e27b45ef009aa0b (patch) | |
tree | dbac1c0f930762bb3c75b88a267f0cacf5bf6592 /dev-ros | |
parent | dev-ros/image_proc: add missing test dep (diff) | |
download | gentoo-271226f7506461cc39a78add9e27b45ef009aa0b.tar.gz gentoo-271226f7506461cc39a78add9e27b45ef009aa0b.tar.bz2 gentoo-271226f7506461cc39a78add9e27b45ef009aa0b.zip |
dev-ros/dynamic_reconfigure: fix tests
Closes: https://bugs.gentoo.org/738550
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.0.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.0.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.0.ebuild index b10aeaba3d41..150b8c47d782 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.0.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.0.ebuild @@ -26,3 +26,8 @@ DEPEND="${RDEPEND} dev-ros/roslaunch ) " + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild index b10aeaba3d41..150b8c47d782 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild @@ -26,3 +26,8 @@ DEPEND="${RDEPEND} dev-ros/roslaunch ) " + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} |