Skip to content

Commit b546645

Browse files
Run test_tracetools tests against rmw_zenoh_cpp
Signed-off-by: Christophe Bedard <[email protected]>
1 parent ae2fed0 commit b546645

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The following `rmw` implementations are supported:
7777
* `rmw_cyclonedds_cpp`
7878
* `rmw_fastrtps_cpp`
7979
* `rmw_fastrtps_dynamic_cpp`
80+
* `rmw_zenoh_cpp`
8081
8182
To make sure that the instrumentation and tracepoints are available:
8283

Diff for: test_tracetools/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ if(BUILD_TESTING)
234234
rmw_cyclonedds_cpp
235235
rmw_fastrtps_cpp
236236
rmw_fastrtps_dynamic_cpp
237+
rmw_zenoh_cpp
237238
)
238239
get_available_rmw_implementations(rmw_implementations)
239240
foreach(_test_path ${_test_tracetools_pytest_tests_multi_rmw})

0 commit comments

Comments
 (0)