Don't ignore rmw_connext_dynamic_cpp

This commit is contained in:
Jackie Kay 2016-02-12 14:55:47 -08:00
parent ceb45be168
commit e17825844b

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()