summaryrefslogtreecommitdiff
path: root/dev-ros/timestamp_tools/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ros/timestamp_tools/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/timestamp_tools/files')
-rw-r--r--dev-ros/timestamp_tools/files/tests.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-ros/timestamp_tools/files/tests.patch b/dev-ros/timestamp_tools/files/tests.patch
deleted file mode 100644
index c73d09a1b1ac..000000000000
--- a/dev-ros/timestamp_tools/files/tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: driver_common-1.6.8/timestamp_tools/CMakeLists.txt
-===================================================================
---- driver_common-1.6.8.orig/timestamp_tools/CMakeLists.txt
-+++ driver_common-1.6.8/timestamp_tools/CMakeLists.txt
-@@ -17,5 +17,7 @@ install(DIRECTORY include/${PROJECT_NAME
- DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
- FILES_MATCHING PATTERN "*.h")
-
-+if(CATKIN_ENABLE_TESTING)
- catkin_add_gtest(test_trigger_matcher test/test_trigger_matcher.cpp)
--target_link_libraries(test_trigger_matcher ${catkin_LIBRARIES})
-\ No newline at end of file
-+target_link_libraries(test_trigger_matcher ${catkin_LIBRARIES})
-+endif()