Merge pull request #25 from ros2/introspection_cpp

Reenable rmw_connext_dynamic_cpp
This commit is contained in:
Jackie Kay 2016-02-29 10:58:47 -08:00
commit 0fe857cf08

View file

@ -18,10 +18,6 @@ endmacro()
function(test_target_function) function(test_target_function)
# TODO(wjwwood): remove these when C type support is supported by typesupport_introspection. # TODO(wjwwood): remove these when C type support is supported by typesupport_introspection.
# after removing, we can also recombine the function and macro # 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 ") if("${rmw_implementation} " STREQUAL "rmw_fastrtps_cpp ")
message(STATUS "Skipping tests for '${rmw_implementation}'") message(STATUS "Skipping tests for '${rmw_implementation}'")
return() return()