libamxc
1.10.3
C Generic Data Containers
|
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc_lqueue.h>
#include "test_amxc_lqueue.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | amxc_lqueue_new_delete_null_check (UNUSED void **state) |
void | amxc_lqueue_new_delete_check (UNUSED void **state) |
void | amxc_lqueue_init_clean_null_check (UNUSED void **state) |
void | amxc_lqueue_init_clean_check (UNUSED void **state) |
void | amxc_lqueue_add_check (UNUSED void **state) |
void | amxc_lqueue_remove_check (UNUSED void **state) |
void amxc_lqueue_add_check | ( | UNUSED void ** | state | ) |
Definition at line 92 of file test_amxc_lqueue.c.
void amxc_lqueue_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 85 of file test_amxc_lqueue.c.
void amxc_lqueue_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 79 of file test_amxc_lqueue.c.
void amxc_lqueue_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 72 of file test_amxc_lqueue.c.
void amxc_lqueue_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 66 of file test_amxc_lqueue.c.
void amxc_lqueue_remove_check | ( | UNUSED void ** | state | ) |
Definition at line 129 of file test_amxc_lqueue.c.