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_tracetools tests against rmw_zenoh_cpp #140

Draft
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The following `rmw` implementations are supported:
* `rmw_cyclonedds_cpp`
* `rmw_fastrtps_cpp`
* `rmw_fastrtps_dynamic_cpp`
* `rmw_zenoh_cpp`

To make sure that the instrumentation and tracepoints are available:

Expand Down
1 change: 1 addition & 0 deletions test_tracetools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ if(BUILD_TESTING)
rmw_cyclonedds_cpp
rmw_fastrtps_cpp
rmw_fastrtps_dynamic_cpp
rmw_zenoh_cpp
)
get_available_rmw_implementations(rmw_implementations)
foreach(_test_path ${_test_tracetools_pytest_tests_multi_rmw})
Expand Down
Loading