Skip to content

Commit

Permalink
[test_security] enable tests for cyclonedds
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Jun 17, 2020
1 parent d5b84e4 commit 2bb4fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2bb4fcc

Please sign in to comment.