Skip to content

Commit

Permalink
Add z_api_liveliness_test test option report
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Nov 7, 2024
1 parent 6ed6115 commit 7ca92f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/z_api_liveliness_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ void on_receive(z_loaned_sample_t* s, void* context) {
}

void test_liveliness_sub(bool multicast, bool history) {
printf("test_liveliness_sub: multicast=%d, history=%d\n", multicast, history);
const char* expr = "zenoh-pico/liveliness/test/*";

z_owned_session_t s1, s2;
Expand Down

0 comments on commit 7ca92f5

Please sign in to comment.