libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc_astack.h>
#include "test_amxc_astack.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | amxc_astack_new_delete_null_check (UNUSED void **state) |
void | amxc_astack_new_delete_check (UNUSED void **state) |
void | amxc_astack_init_clean_null_check (UNUSED void **state) |
void | amxc_astack_init_clean_check (UNUSED void **state) |
void | amxc_astack_push_check (UNUSED void **state) |
void | amxc_astack_pop_check (UNUSED void **state) |
void amxc_astack_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_amxc_astack.c.
void amxc_astack_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 77 of file test_amxc_astack.c.
void amxc_astack_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 70 of file test_amxc_astack.c.
void amxc_astack_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 64 of file test_amxc_astack.c.
void amxc_astack_pop_check | ( | UNUSED void ** | state | ) |
Definition at line 109 of file test_amxc_astack.c.
void amxc_astack_push_check | ( | UNUSED void ** | state | ) |
Definition at line 90 of file test_amxc_astack.c.