Skip to content

Commit

Permalink
Ensure test_library exports symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Cousineau <eric.cousineau@tri.global>
  • Loading branch information
EricCousineau-TRI committed May 7, 2019
1 parent a983b44 commit aff2a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
namespace test_library
{

RCPPUTILS_PUBLIC
int add_one(int x)
{
return x + 1;
Expand Down

0 comments on commit aff2a87

Please sign in to comment.