![]() |
Definition at line 58 of file modules/common/src/test/test.h.
#include "test.h"
Data Fields | |
bool(* | after )(atf_suite *) |
bool(* | before )(atf_suite *) |
const char * | desc |
void(* | init )(atf_suite *) |
const char * | name |
uint32_t | size |
atf_test * | tests [ATF_SUITE_TEST_MAX] |
bool(* atf_suite::after)(atf_suite *) |
Definition at line 65 of file modules/common/src/test/test.h.
bool(* atf_suite::before)(atf_suite *) |
Definition at line 64 of file modules/common/src/test/test.h.
const char * atf_suite::desc |
Definition at line 60 of file modules/common/src/test/test.h.
void(* atf_suite::init)(atf_suite *) |
Definition at line 63 of file modules/common/src/test/test.h.
const char * atf_suite::name |
Definition at line 59 of file modules/common/src/test/test.h.
uint32_t atf_suite::size |
Definition at line 62 of file modules/common/src/test/test.h.
atf_test * atf_suite::tests |
Definition at line 61 of file modules/common/src/test/test.h.