Skip to content

Commit 01c311e

Browse files
ahcordehidmic
andauthored
Added rmw_wait, rmw_create_wait_set, and rmw_destroy_wait_set tests (#139)
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Michel Hidalgo <[email protected]>
1 parent ef60ec6 commit 01c311e

File tree

2 files changed

+429
-0
lines changed

2 files changed

+429
-0
lines changed

test_rmw_implementation/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ if(BUILD_TESTING)
109109
rmw rmw_implementation
110110
)
111111

112+
ament_add_gtest(test_wait_set${target_suffix}
113+
test/test_wait_set.cpp
114+
ENV ${rmw_implementation_env_var}
115+
)
116+
target_compile_definitions(test_wait_set${target_suffix}
117+
PUBLIC "RMW_IMPLEMENTATION=${rmw_implementation}")
118+
ament_target_dependencies(test_wait_set${target_suffix}
119+
rmw rmw_implementation rcutils osrf_testing_tools_cpp test_msgs
120+
)
121+
112122
ament_add_gtest(test_graph_api${target_suffix}
113123
test/test_graph_api.cpp
114124
ENV ${rmw_implementation_env_var}

0 commit comments

Comments
 (0)