Merge pull request #220 from dhood/test-linking-runtime
Regression test for #213
This commit is contained in:
commit
a5fa8277f3
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ if(BUILD_TESTING)
|
||||||
${rosidl_generator_cpp_INCLUDE_DIRS}
|
${rosidl_generator_cpp_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
ament_add_gtest(test_rate test/test_rate.cpp)
|
ament_add_gtest(test_rate test/test_rate.cpp
|
||||||
|
ENV RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation})
|
||||||
if(TARGET test_rate)
|
if(TARGET test_rate)
|
||||||
target_include_directories(test_rate PUBLIC
|
target_include_directories(test_rate PUBLIC
|
||||||
${rcl_interfaces_INCLUDE_DIRS}
|
${rcl_interfaces_INCLUDE_DIRS}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue