diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-15 04:30:57 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-15 04:30:57 +0000 |
| commit | 71fe5b388718d9ea21435e77dd65bc1b23ccaaea (patch) | |
| tree | 0c49f96795f14cfc160d7d91a833c1ce2549cff3 /pilz-industrial-motion-planner-remove-test.patch | |
| parent | 39ec4a0adc34f51190f968354ad78a067ca4b174 (diff) | |
automatic import of pilz-industrial-motion-planneropeneuler24.03_LTS
Diffstat (limited to 'pilz-industrial-motion-planner-remove-test.patch')
| -rw-r--r-- | pilz-industrial-motion-planner-remove-test.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/pilz-industrial-motion-planner-remove-test.patch b/pilz-industrial-motion-planner-remove-test.patch new file mode 100644 index 0000000..9c88184 --- /dev/null +++ b/pilz-industrial-motion-planner-remove-test.patch @@ -0,0 +1,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() |
