MOS Source Code
Loading...
Searching...
No Matches
test_downwards_stack.c File Reference
+ Include dependency graph for test_downwards_stack.c:

Go to the source code of this file.

Functions

static void stack_init_deinit (mos_test_result_t *, bool *, bool *)
 
static void __mos_test_wrapped_test_stack_init_deinit (mos_test_result_t *result)
 
 MOS_PUT_IN_SECTION (".mos.test_cases", mos_test_func_t, MOS_CONCAT(test_cases_stack_init_deinit_L, __LINE__), { __mos_test_wrapped_test_stack_init_deinit, "stack_init_deinit" })
 
static void stack_init_deinit (mos_test_result_t *_MT_result, __maybe_unused bool *_mt_test_skipped, __maybe_unused bool *_mt_loop_leave)
 
static void stack_push_pop_stack (mos_test_result_t *, bool *, bool *)
 
static void __mos_test_wrapped_test_stack_push_pop_stack (mos_test_result_t *result)
 
 MOS_PUT_IN_SECTION (".mos.test_cases", mos_test_func_t, MOS_CONCAT(test_cases_stack_push_pop_stack_L, __LINE__), { __mos_test_wrapped_test_stack_push_pop_stack, "stack_push_pop_stack" })
 
static void stack_push_pop_stack (mos_test_result_t *_MT_result, __maybe_unused bool *_mt_test_skipped, __maybe_unused bool *_mt_loop_leave)
 

Function Documentation

◆ stack_init_deinit() [1/2]

static void stack_init_deinit ( mos_test_result_t * ,
bool * ,
bool *  )
static

◆ __mos_test_wrapped_test_stack_init_deinit()

static void __mos_test_wrapped_test_stack_init_deinit ( mos_test_result_t * result)
static

Definition at line 8 of file test_downwards_stack.c.

+ Here is the call graph for this function:

◆ MOS_PUT_IN_SECTION() [1/2]

MOS_PUT_IN_SECTION ( ".mos.test_cases" ,
mos_test_func_t ,
MOS_CONCAT(test_cases_stack_init_deinit_L, __LINE__) ,
{ __mos_test_wrapped_test_stack_init_deinit, "stack_init_deinit" }  )

◆ stack_init_deinit() [2/2]

static void stack_init_deinit ( mos_test_result_t * _MT_result,
__maybe_unused bool * _mt_test_skipped,
__maybe_unused bool * _mt_loop_leave )
static

Definition at line 8 of file test_downwards_stack.c.

◆ stack_push_pop_stack() [1/2]

static void stack_push_pop_stack ( mos_test_result_t * ,
bool * ,
bool *  )
static

◆ __mos_test_wrapped_test_stack_push_pop_stack()

static void __mos_test_wrapped_test_stack_push_pop_stack ( mos_test_result_t * result)
static

Definition at line 22 of file test_downwards_stack.c.

+ Here is the call graph for this function:

◆ MOS_PUT_IN_SECTION() [2/2]

MOS_PUT_IN_SECTION ( ".mos.test_cases" ,
mos_test_func_t ,
MOS_CONCAT(test_cases_stack_push_pop_stack_L, __LINE__) ,
{ __mos_test_wrapped_test_stack_push_pop_stack, "stack_push_pop_stack" }  )

◆ stack_push_pop_stack() [2/2]

static void stack_push_pop_stack ( mos_test_result_t * _MT_result,
__maybe_unused bool * _mt_test_skipped,
__maybe_unused bool * _mt_loop_leave )
static

Definition at line 22 of file test_downwards_stack.c.