After reading Tracing inside of unit tests
I started using this, and it works fine for native/desktop unit tests, but it is not available for target unit tests, at least not in my setup.
Checking on which unity.h files are used in both scenarios, I’ve found some differences:
on my Windows10 this is the path for unity.h
and here is the definition for TEST_MESSAGE
on the target (ESP32 in my case) this is the path
and there is no definition of TEST_MESSAGE
I have Espressif32 platform updated to V3.5.0
Does anyone have a solution for this ?