Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run test_security on CycloneDDS as well #408

Merged
merged 2 commits into from
Aug 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
mikaelarguedas marked this conversation as resolved.
Show resolved Hide resolved
rmw_implementation STREQUAL "rmw_cyclonedds_cpp"
)
custom_security_test_c(test_security_nodes_c
"test/test_invalid_secure_node_creation_c.cpp")
Expand Down