Unit testing custom component
Posted: Sat Mar 14, 2020 10:36 am
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
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