![]() |
Definition at line 118 of file modules/common/src/test/test.h.
#include "test.h"
Data Fields | |
bool(* | after )(atf_plan *) |
bool(* | before )(atf_plan *) |
const char * | name |
uint32_t | size |
atf_suite * | suites [ATF_PLAN_SUITE_MAX] |
bool(* atf_plan::after)(atf_plan *) |
Definition at line 123 of file modules/common/src/test/test.h.
bool(* atf_plan::before)(atf_plan *) |
Definition at line 122 of file modules/common/src/test/test.h.
const char * atf_plan::name |
Definition at line 119 of file modules/common/src/test/test.h.
uint32_t atf_plan::size |
Definition at line 121 of file modules/common/src/test/test.h.
atf_suite * atf_plan::suites |
Definition at line 120 of file modules/common/src/test/test.h.