Hi, I have written some tests with the unity test framework. All tests are running on the simulator. Using the command line I am trying to automatically run the tests on my continous integration server.
When I run my tests in the debugger, the test program runs into a HardFault error after main() is executed. I would like to stop the debugger after main() has been executed.
Any suggestions on how to run my tests automatically are greatly appreciated.
Thanks in advance