Skip to content

Commit

Permalink
Add nominal test for symbol prefetch() and unload. (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Sep 29, 2020
1 parent 1534562 commit 39a2bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rmw_implementation/test/test_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ TEST(Functions, load_and_lookup_with_internal_errors) {
}
});
}

TEST(Functions, nominal_prefetch_and_unload) {
prefetch_symbols();
unload_library();
}

0 comments on commit 39a2bc3

Please sign in to comment.