Tests for the dlist API.
More...
#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include "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
◆ TEST_CHECK_RET()
TEST_CHECK_RET |
( |
(int) |
count, |
|
|
(int) |
3 |
|
) |
| |
◆ 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_LIST
Initial value:= {
{ NULL }
}
static void test_dlist_move(void)
static void test_dlist_foreach_safe(void)
static void test_dlist_entry_move(void)
Definition at line 188 of file dlist_tests.c.