![]() |
Morse Micro IoT SDK
2.9.7
|
Counters to track test runs.
Definition at line 72 of file porting_assistant.c.
Data Fields | |
| unsigned | no_result |
| Number of tests that did not return a pass/fail result. More... | |
| unsigned | pass |
| Number of tests that passed. More... | |
| unsigned | fail |
| Number of tests that failed. More... | |
| unsigned test_counters::fail |
Number of tests that failed.
Definition at line 79 of file porting_assistant.c.
| unsigned test_counters::no_result |
Number of tests that did not return a pass/fail result.
Definition at line 75 of file porting_assistant.c.
| unsigned test_counters::pass |
Number of tests that passed.
Definition at line 77 of file porting_assistant.c.