@@ -311,6 +311,7 @@ if(BUILD_TESTING)
311
311
ament_add_gtest (test_strerror
312
312
test /test_strerror.cpp
313
313
)
314
+ ament_add_test_label (test_strerror mimick )
314
315
if (TARGET test_strerror )
315
316
target_link_libraries (test_strerror ${PROJECT_NAME} mimick )
316
317
endif ()
@@ -336,6 +337,7 @@ if(BUILD_TESTING)
336
337
test /test_filesystem.cpp
337
338
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} "
338
339
)
340
+ ament_add_test_label (test_filesystem mimick )
339
341
if (TARGET test_filesystem )
340
342
target_link_libraries (test_filesystem ${PROJECT_NAME} mimick osrf_testing_tools_cpp::memory_tools )
341
343
target_compile_definitions (test_filesystem PRIVATE BUILD_DIR= "${CMAKE_CURRENT_BINARY_DIR} " )
@@ -460,6 +462,7 @@ if(BUILD_TESTING)
460
462
ament_add_gtest (test_time
461
463
test /test_time.cpp
462
464
ENV ${memory_tools_test_env_vars} )
465
+ ament_add_test_label (test_time mimick )
463
466
if (TARGET test_time )
464
467
target_link_libraries (test_time ${PROJECT_NAME} mimick osrf_testing_tools_cpp::memory_tools )
465
468
endif ()
@@ -522,6 +525,7 @@ if(BUILD_TESTING)
522
525
RCUTILS_LOGGING_USE_STDOUT=1
523
526
RCUTILS_COLORIZED_OUTPUT=1
524
527
)
528
+ ament_add_test_label (test_logging_custom_env mimick )
525
529
if (TARGET test_logging_custom_env )
526
530
target_link_libraries (test_logging_custom_env ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools mimick )
527
531
endif ()
@@ -539,6 +543,7 @@ if(BUILD_TESTING)
539
543
RCUTILS_LOGGING_USE_STDOUT=0
540
544
RCUTILS_COLORIZED_OUTPUT=0
541
545
)
546
+ ament_add_test_label (test_logging_custom_env2 mimick )
542
547
if (TARGET test_logging_custom_env2 )
543
548
target_link_libraries (test_logging_custom_env2 ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools mimick )
544
549
endif ()
0 commit comments