TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
test_t Struct Reference

#include <test/framework/test_framework.h>

Collaboration diagram for test_t:

Data Fields

TEST_FUN *const test
 
const char * name
 
const char * desc
 
struct test_result_t ret
 

Detailed Description

Definition at line 43 of file test_framework.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: