Skip to content

Commit

Permalink
Remove ament lint auto from testing stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored and bmagyar committed Jul 12, 2021
1 parent c8d5de7 commit 2a5269e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ ament_target_dependencies(${PROJECT_NAME}
if(BUILD_TESTING)
find_package(ament_cmake_gmock REQUIRED)
find_package(ament_cmake_gtest REQUIRED)
find_package(ament_lint_auto REQUIRED)
find_package(rclcpp_lifecycle REQUIRED)
list(APPEND AMENT_LINT_AUTO_EXCLUDE ament_cmake_copyright)

ament_lint_auto_find_test_dependencies()

ament_add_gmock(pid_tests test/pid_tests.cpp)
target_link_libraries(pid_tests ${PROJECT_NAME})
Expand Down
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>rclcpp_lifecycle</test_depend>
<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 2a5269e

Please sign in to comment.