![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <test/framework/test_framework.h>
Data Fields | |
TESTSUITE_REG *const | freg |
struct test_t * | test_list |
uint32_t | list_size |
const char * | name |
enum test_status_t | val |
Definition at line 59 of file test_framework.h.
TESTSUITE_REG* const freg |
Function to set all follow fields of the current test suite
Definition at line 60 of file test_framework.h.
uint32_t list_size |
List size
Definition at line 64 of file test_framework.h.
const char* name |
Test suite name
Definition at line 65 of file test_framework.h.
struct test_t* test_list |
List of tests
Definition at line 63 of file test_framework.h.
enum test_status_t val |
Test suite result test_result_t
Definition at line 66 of file test_framework.h.