Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Oct 31, 2024
1 parent 1c179d5 commit a214321
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,30 +171,15 @@ if(BUILD_TESTING)
test/test_spawner_unspawner.cpp
TIMEOUT 120
)
<<<<<<< HEAD
target_include_directories(test_spawner_unspawner PRIVATE include)
target_link_libraries(test_spawner_unspawner ${PROJECT_NAME} test_controller)
ament_target_dependencies(test_spawner_unspawner ros2_control_test_assets)
=======
target_link_libraries(test_spawner_unspawner
controller_manager
test_controller
ros2_control_test_assets::ros2_control_test_assets
)

ament_add_gmock(test_hardware_spawner
test/test_hardware_spawner
test/test_hardware_spawner.cpp
TIMEOUT 120
)
target_link_libraries(test_hardware_spawner
controller_manager
ros2_control_test_assets::ros2_control_test_assets
)

install(FILES test/test_controller_spawner_with_fallback_controllers.yaml
DESTINATION test)
>>>>>>> 5dbd6d5 (Fix Hardware spawner and add tests for it (#1759))

install(FILES test/test_controller_spawner_with_type.yaml
DESTINATION test)

Expand Down

0 comments on commit a214321

Please sign in to comment.