libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc_aqueue.h>
#include "test_amxc_aqueue.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | amxc_aqueue_new_delete_null_check (UNUSED void **state) |
void | amxc_aqueue_new_delete_check (UNUSED void **state) |
void | amxc_aqueue_init_clean_null_check (UNUSED void **state) |
void | amxc_aqueue_init_clean_check (UNUSED void **state) |
void | amxc_aqueue_add_check (UNUSED void **state) |
void | amxc_aqueue_remove_check (UNUSED void **state) |
void amxc_aqueue_add_check | ( | UNUSED void ** | state | ) |
Definition at line 90 of file test_amxc_aqueue.c.
void amxc_aqueue_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_amxc_aqueue.c.
void amxc_aqueue_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 77 of file test_amxc_aqueue.c.
void amxc_aqueue_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 70 of file test_amxc_aqueue.c.
void amxc_aqueue_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 64 of file test_amxc_aqueue.c.
void amxc_aqueue_remove_check | ( | UNUSED void ** | state | ) |
Definition at line 109 of file test_amxc_aqueue.c.