@@ -468,7 +468,7 @@ ament_add_gtest(
468
468
executors/test_executors_timer_cancel_behavior.cpp
469
469
APPEND_LIBRARY_DIRS "${append_library_dirs} "
470
470
TIMEOUT 180 )
471
- if (TARGET test_executors )
471
+ if (TARGET test_executors_timer_cancel_behavior )
472
472
target_link_libraries (test_executors_timer_cancel_behavior ${PROJECT_NAME} ${rosgraph_msgs_TARGETS} )
473
473
endif ()
474
474
@@ -477,7 +477,7 @@ ament_add_gtest(
477
477
executors/test_executors_callback_group_behavior.cpp
478
478
APPEND_LIBRARY_DIRS "${append_library_dirs} "
479
479
TIMEOUT 180 )
480
- if (TARGET test_executors )
480
+ if (TARGET test_executors_callback_group_behavior )
481
481
target_link_libraries (test_executors_callback_group_behavior ${PROJECT_NAME} )
482
482
endif ()
483
483
@@ -486,7 +486,7 @@ ament_add_gtest(
486
486
executors/test_executors_intraprocess.cpp
487
487
APPEND_LIBRARY_DIRS "${append_library_dirs} "
488
488
TIMEOUT 180 )
489
- if (TARGET test_executors )
489
+ if (TARGET test_executors_intraprocess )
490
490
target_link_libraries (test_executors_intraprocess ${PROJECT_NAME} ${test_msgs_TARGETS} )
491
491
endif ()
492
492
@@ -496,7 +496,7 @@ ament_add_gtest(
496
496
executors/test_waitable.cpp
497
497
APPEND_LIBRARY_DIRS "${append_library_dirs} "
498
498
TIMEOUT 180 )
499
- if (TARGET test_executors )
499
+ if (TARGET test_executors_busy_waiting )
500
500
target_link_libraries (test_executors_busy_waiting ${PROJECT_NAME} )
501
501
endif ()
502
502
0 commit comments