11.2.5.1.6 Step 6. Run Tests on the Simulator
Rerun the mdb script that you have created (as described in Step 3.C).
This time the output should be:
main.c:21:test_function1: PASS
main.c:15:test_function2: FAIL: Expected FALSE Was TRUE
-----------------------
2 Tests 1 Failures 0 Ignored
FAIL
The suggested mdb script only waits for 10 seconds before exiting.
If your tests require more time, you can increase this in the wait
command in mdb.script.