This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to write variables to a file

Hi,

I'm currently writing a series of unit tests for a module which is included within our embedded firmware. There is a high possibility that this module will evolve so these tests will need to be re-run. I'm running the unit tests within the simulator and was hoping to be able to hit run, the tests get executed and once complete the results get outputted to a file so that I have the necessary evidence that the tests have been carried since I'd rather not have to sit and manually copy out the test case results. I've had a look at the C51 manual and it says that fopen isn't supported. Is there an alternative solution to logging my test results?

Cheers for any help that is forth coming.

0