Motr  M0
st_suite Struct Reference

#include <st.h>

Collaboration diagram for st_suite:
Collaboration graph

Data Fields

const char * ss_name
 
int(* ss_init )(void)
 
int(* ss_fini )(void)
 
struct st_test ss_tests []
 

Detailed Description

Definition at line 83 of file st.h.

Field Documentation

◆ ss_fini

int(* ss_fini) (void)

Definition at line 89 of file st.h.

◆ ss_init

int(* ss_init) (void)

functions for suite

Definition at line 88 of file st.h.

◆ ss_name

const char* ss_name

name of a suite

Definition at line 85 of file st.h.

◆ ss_tests

struct st_test ss_tests[]

tests in suite

Definition at line 92 of file st.h.


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