From 2bb4fccc12aff679e14643a74bbf5fe94c567160 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Thu, 4 Jun 2020 18:13:51 +0200 Subject: [PATCH] [test_security] enable tests for cyclonedds Signed-off-by: Mikael Arguedas --- test_security/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_security/CMakeLists.txt b/test_security/CMakeLists.txt index c078f64a..1a73e7a9 100644 --- a/test_security/CMakeLists.txt +++ b/test_security/CMakeLists.txt @@ -274,7 +274,8 @@ if(BUILD_TESTING) (rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32) OR (rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32) OR rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR - rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp" + rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp" OR + rmw_implementation STREQUAL "rmw_cyclonedds_cpp" ) custom_security_test_c(test_security_nodes_c "test/test_invalid_secure_node_creation_c.cpp")