Hi,
I want to use ceedling to build and run unit tests for an esp32 project. I don't want to use ceedling to build target releases, I will do that directly with the esp-idf toolchain.
I am using the throwtheswitch/madsciencelab docker image. I have copied the esp32 station_example project to test this out. I was able to add an edge (leaf?) component and build and test unit tests and release targets. Then I moved on to trying to test app_main().
Now I'm having issues including the 'esp-idf/components' in my project.yml. When I include the whole dir I get error as mentioned in
https://github.com/ThrowTheSwitch/Ceedling/issues/560 and trying to include just what is needed I still keep getting "missing file" type errors. It's a big pain.
Does anyone have an example of a working esp32 project.yml that builds unit tests and mocks esp-idf components e.g. mock_esp_wifi.h ?? I would be so grateful for some help here.