Generated code for test_msgs package does not include the extern "C" guards to fix name mangling on C++.
As those messages are used only for testing purposes, we can just leave them out of our build process.
* [#100 Ignore test_msgs package (backport #99)](https://github.com/micro-ROS/micro_ros_zephyr_module/pull/100) has been created for branch `foxy`
* [#101 Ignore test_msgs package (backport #99)](https://github.com/micro-ROS/micro_ros_zephyr_module/pull/101) has been created for branch `galactic`
* [#102 Ignore test_msgs package (backport #99)](https://github.com/micro-ROS/micro_ros_zephyr_module/pull/102) has been created for branch `main`
Signed-off-by: acuadros95 acuadros1995@gmail.com
Generated code for
test_msgs
package does not include theextern "C"
guards to fix name mangling on C++. As those messages are used only for testing purposes, we can just leave them out of our build process.Fixes https://github.com/micro-ROS/micro_ros_zephyr_module/issues/98