Skip to content

Commit

Permalink
Merge pull request ros2#25 from ros2/introspection_cpp
Browse files Browse the repository at this point in the history
Reenable rmw_connext_dynamic_cpp
  • Loading branch information
jacquelinekay committed Feb 29, 2016
2 parents ceb45be + e178258 commit 0fe857c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ endmacro()
function(test_target_function)
# TODO(wjwwood): remove these when C type support is supported by typesupport_introspection.
# after removing, we can also recombine the function and macro
if("${rmw_implementation} " STREQUAL "rmw_connext_dynamic_cpp ")
message(STATUS "Skipping tests for '${rmw_implementation}'")
return()
endif()
if("${rmw_implementation} " STREQUAL "rmw_fastrtps_cpp ")
message(STATUS "Skipping tests for '${rmw_implementation}'")
return()
Expand Down

0 comments on commit 0fe857c

Please sign in to comment.