Conversation
|
+1 Does this mean that we must always declare tests in the same CMakeLists.txt where we declare libraries that are being used by those test? |
|
It's possible to make it work otherwise, but I'm not sure what the "right" approach is. |
|
That's exactly what I thought 😉 This way it find the libraries from the same package relative to the test executables. If we find an easy way to make it work they are in different folders we can change it anytime. |
|
dirk, |
|
I think the right way to fix this would be to have an extra set of arguments for
Then these values to be appended would be passed down to the test runner through a single We already have |
|
Closed in favor of the other solution in #10. |
Move rcutils/executor_event_types.h to rmw/executor_event_types.h
Fixes all but one test. Connect to #8.
By using the same folder the test executables find the libraries of this package.
Before http://ci.ros2.org/job/ci_windows/868/testReport/
After http://ci.ros2.org/job/ci_windows/869/testReport/