The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
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.
Data Structures | |
struct | dlist_test_item_t |
Functions | |
TEST_CHECK_RET ((int) count,(int) 3) | |
static void | test_dlist_entry_move (void) |
static void | test_dlist_foreach_safe (void) |
static void | test_dlist_move (void) |
Variables | |
TEST_LIST | |
Tests for the dlist API.
Definition in file dlist_tests.c.
struct dlist_test_item_t |
Definition at line 29 of file dlist_tests.c.
Data Fields | ||
---|---|---|
fr_dlist_t | entry | |
char const * | id |
TEST_CHECK_RET | ( | (int) | count, |
(int) | 3 | ||
) |
|
static |
|
static |
|
static |
TEST_LIST |
Definition at line 188 of file dlist_tests.c.