Page 1 of 1

Unit testing custom component

Posted: Sat Mar 14, 2020 10:36 am
by slompf
Hi,

I have a project with a custom component:

~/myproject/components/mycomponent/
->src
->test

I have the unit test app running like written here: https://docs.espressif.com/projects/esp ... tests.html

Now how do I run the tests of my custom component? How can the unit test app find my tests? Same question will arise for the tests of the app itself.

Best regards