From e17825844b15e58e9f6f89d78a8bdf1748f772d1 Mon Sep 17 00:00:00 2001 From: Jackie Kay Date: Fri, 12 Feb 2016 14:55:47 -0800 Subject: [PATCH] Don't ignore rmw_connext_dynamic_cpp --- rcl/test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rcl/test/CMakeLists.txt b/rcl/test/CMakeLists.txt index 4c82fcd..6d6c671 100644 --- a/rcl/test/CMakeLists.txt +++ b/rcl/test/CMakeLists.txt @@ -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()