dev-ros/message_filters: fix tests

Closes: https://bugs.gentoo.org/738564
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-08-24 15:09:10 +02:00
parent 8e0ff84e17
commit 0cdd0cdddd
2 changed files with 10 additions and 0 deletions

View File

@@ -30,3 +30,8 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
PATCHES=( "${FILESDIR}/tests.patch" )
src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}

View File

@@ -30,3 +30,8 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
PATCHES=( "${FILESDIR}/tests.patch" )
src_test() {
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
ros-catkin_src_test
}