summaryrefslogtreecommitdiff
path: root/pilz-industrial-motion-planner-remove-test.patch
blob: 9c88184239d98f66561656b7028b07c9e80c16b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
diff -Naur a/pilz-industrial-motion-planner-2.5.9/CMakeLists.txt b/pilz-industrial-motion-planner-2.5.9/CMakeLists.txt
--- a/pilz-industrial-motion-planner-2.5.9/CMakeLists.txt	2025-01-01 00:00:00.000000000 +0800
+++ b/pilz-industrial-motion-planner-2.5.9/CMakeLists.txt	2025-01-01 00:00:01.000000000 +0800
@@ -195,21 +195,21 @@
 ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
 ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS} orocos_kdl_vendor)
 
-if(BUILD_TESTING)
-  # Include Tests
-  add_subdirectory(test)
-
-  find_package(ament_lint_auto REQUIRED)
-
-  # These don't pass yet, disable them for now
-  set(ament_cmake_copyright_FOUND TRUE)
-  set(ament_cmake_cpplint_FOUND TRUE)
-  set(ament_cmake_flake8_FOUND TRUE)
-  set(ament_cmake_uncrustify_FOUND TRUE)
-  set(ament_cmake_lint_cmake_FOUND TRUE)
-
-  # Run all lint tests in package.xml except those listed above
-  ament_lint_auto_find_test_dependencies()
-endif()
+#if(BUILD_TESTING)
+#  # Include Tests
+#  add_subdirectory(test)
+#
+#  find_package(ament_lint_auto REQUIRED)
+#
+#  # These don't pass yet, disable them for now
+#  set(ament_cmake_copyright_FOUND TRUE)
+#  set(ament_cmake_cpplint_FOUND TRUE)
+#  set(ament_cmake_flake8_FOUND TRUE)
+#  set(ament_cmake_uncrustify_FOUND TRUE)
+#  set(ament_cmake_lint_cmake_FOUND TRUE)
+#
+#  # Run all lint tests in package.xml except those listed above
+#  ament_lint_auto_find_test_dependencies()
+#endif()
 
 ament_package()