ros2 / rmw_implementation

CMake infrastructure and dependencies for rmw implementations
Apache License 2.0
21 stars 48 forks source link

Compile the test_rmw_implementation tests fewer times. #224

Closed clalancette closed 6 months ago

clalancette commented 6 months ago

We really only need to compile them once, and then we can run them with different RMW implementations.

This also neatly sidesteps an incompatibility between current uncrustify and the newer one.

clalancette commented 6 months ago

CI: