Skip to content

Commit

Permalink
FIx missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Oct 31, 2024
1 parent a214321 commit 291e344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ if(BUILD_TESTING)
test/test_spawner_unspawner.cpp
TIMEOUT 120
)
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)

ament_add_gmock(test_hardware_spawner
test/test_hardware_spawner.cpp
TIMEOUT 120
Expand Down

0 comments on commit 291e344

Please sign in to comment.