A complete test configuration.
More...
#include <test.h>
A complete test configuration.
Definition at line 22 of file test.h.
◆ test_fini_fnc
int(* test_config::test_fini_fnc) (void) |
The test finalization function.
The return value is used as failure exit code if it is non-zero
Definition at line 28 of file test.h.
◆ test_fnc
int(* test_config::test_fnc) (void) |
The core test function.
The return value is used as failure exit code if it is non-zero.
Definition at line 31 of file test.h.
◆ test_init_fnc
int(* test_config::test_init_fnc) (void) |
The test initialization function.
The return value is used as failure exit code if it is non-zero
Definition at line 25 of file test.h.
The documentation for this struct was generated from the following file: