Skip to content

Commit

Permalink
add symbol export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
poetinger committed Nov 15, 2023
1 parent 2d5a319 commit 9800bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/xtests/symbol_export/symbol_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ int main (int argc, char **argv)
dds_create_participant (0, ptr, ptr);
dds_create_domain (0, ptr);
dds_create_domain_with_rawconfig (0, ptr);
dds_set_domain_lifecycle(0,0);
dds_get_domain_lifecycle(0,ptr);
dds_get_parent (1);
dds_get_participant (1);
dds_get_children (1, ptr, 0);
Expand Down

0 comments on commit 9800bdc

Please sign in to comment.