From 7ff65b4c5859c10873f7cf06c1fc6098323bf12d Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 9 Oct 2024 15:58:01 -0700 Subject: [PATCH] Run test_tracetools tests against rmw_zenoh_cpp Signed-off-by: Christophe Bedard --- README.md | 1 + test_tracetools/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 167d14e..3dee478 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/test_tracetools/CMakeLists.txt b/test_tracetools/CMakeLists.txt index ff16b9a..5c337f8 100644 --- a/test_tracetools/CMakeLists.txt +++ b/test_tracetools/CMakeLists.txt @@ -235,6 +235,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})