![]() |
Morse Micro IoT SDK
2.9.7
|
Test step descriptor.
Definition at line 31 of file porting_assistant.h.
#include <porting_assistant.h>
Data Fields | |
| const char * | description |
| Short, user friendly description of the test step. More... | |
| enum test_result(* | exec )(char *log_buf, size_t log_buf_len) |
| Test step execution function. More... | |
| const char* test_step::description |
Short, user friendly description of the test step.
Definition at line 34 of file porting_assistant.h.
| enum test_result(* test_step::exec) (char *log_buf, size_t log_buf_len) |
Test step execution function.
Definition at line 34 of file porting_assistant.h.