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

#include <test/framework/test_framework.h>

Collaboration diagram for test_suite_t:

Data Fields

TESTSUITE_REG *const freg
 
struct test_ttest_list
 
uint32_t list_size
 
const char * name
 
enum test_status_t val
 

Detailed Description

Definition at line 59 of file test_framework.h.

Field Documentation

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.


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