-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests to publisher and init modules of rcl (#657)
* Add tests get_rmw_init_options & get_allocator * Add tests liveliness, access and loan functions * Add tests invalid arguments to get funcs * Add peer review comments * Fix pointer related issues * Add test for publisher implementation null * Add tests for valid argument on access functions * Add more tests invalid publisher parameter * Add rcl_reset_error to clear expected errors * Add two init-fini tests * Add tests for init functions * Address peer review feedack * Add missing fini calls * Enable fini procedure after scope ends Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
- Loading branch information
Showing
3 changed files
with
233 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters