diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 18:29:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 19:55:00 +0200 |
commit | 1fe570906e3205cfaac2b434ecf38e645481c651 (patch) | |
tree | 7f40637b68edaf43d0c38d75e8951e982005605a /dev-ros/test_roscpp/files | |
parent | dev-ros/cv_bridge: add missing test deps (diff) | |
download | gentoo-1fe570906e3205cfaac2b434ecf38e645481c651.tar.gz gentoo-1fe570906e3205cfaac2b434ecf38e645481c651.tar.bz2 gentoo-1fe570906e3205cfaac2b434ecf38e645481c651.zip |
dev-ros/test_roscpp: fix tests
Closes: https://bugs.gentoo.org/734690
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/test_roscpp/files')
-rw-r--r-- | dev-ros/test_roscpp/files/tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-ros/test_roscpp/files/tests.patch b/dev-ros/test_roscpp/files/tests.patch new file mode 100644 index 000000000000..80c18962dee0 --- /dev/null +++ b/dev-ros/test_roscpp/files/tests.patch @@ -0,0 +1,12 @@ +Index: test_roscpp/test/src/CMakeLists.txt +=================================================================== +--- test_roscpp.orig/test/src/CMakeLists.txt ++++ test_roscpp/test/src/CMakeLists.txt +@@ -290,6 +290,7 @@ if(TARGET tests) + ${PROJECT_NAME}-left_right + ${PROJECT_NAME}-string_msg_expect + ${PROJECT_NAME}-publisher ++ ${PROJECT_NAME}-publisher_rate + ${PROJECT_NAME}-subscriber + ${PROJECT_NAME}-stamped_topic_statistics_empty_timestamp + ${PROJECT_NAME}-topic_statistic_frequency |