Tests for the dlist API.
More...
#include "acutest.h"
#include "acutest_helpers.h"
#include <freeradius-devel/util/dlist.h>
Go to the source code of this file.
Tests for the dlist API.
- Copyright
- 2021 Arran Cudbard-Bell a.cud.nosp@m.bard.nosp@m.b@fre.nosp@m.erad.nosp@m.ius.o.nosp@m.rg
Definition in file dlist_tests.c.
◆ dlist_test_item_t
◆ _dlist_id_cmp()
| static fr_cmp_ret_t _dlist_id_cmp |
( |
void const * |
one, |
|
|
void const * |
two |
|
) |
| |
|
static |
◆ test_dlist_entry_move()
| static void test_dlist_entry_move |
( |
void |
| ) |
|
|
static |
◆ test_dlist_foreach_safe()
| static void test_dlist_foreach_safe |
( |
void |
| ) |
|
|
static |
◆ test_dlist_move()
| static void test_dlist_move |
( |
void |
| ) |
|
|
static |
◆ test_dlist_sort_cmp_err()
| static void test_dlist_sort_cmp_err |
( |
void |
| ) |
|
|
static |
◆ poisoned
◆ TEST_LIST
Initial value:= {
}
static void test_dlist_sort_cmp_err(void)
static void test_dlist_move(void)
static void test_dlist_foreach_safe(void)
static void test_dlist_entry_move(void)
Definition at line 261 of file dlist_tests.c.