In my example I use Visual Code with the plugin PlatformIO and the Robor framework on top of it.
I have written a simple application in which two numbers are added. The function that is used for this is in a separate .c and .h file.
Now to my question:
Is it possible to write a test to call the function to add two numbers and check the returned result ?
I am looking for a way to call specific functions of my C-code and thus check them.
Translated with www.DeepL.com/Translator (free version)