![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <test/framework/test_framework.h>
Data Fields | |
TEST_FUN *const | test |
const char * | name |
const char * | desc |
struct test_result_t | ret |
Definition at line 43 of file test_framework.h.
const char* desc |
Test description
Definition at line 46 of file test_framework.h.
const char* name |
Test name
Definition at line 45 of file test_framework.h.
struct test_result_t ret |
Test result
Definition at line 47 of file test_framework.h.
TEST_FUN* const test |
Test function to call
Definition at line 44 of file test_framework.h.