The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Functions | Variables
state_test.c File Reference
#include <freeradius-devel/util/acutest.h>
#include <state_test.c>
+ Include dependency graph for state_test.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define fr_time()   test_time
 Allow us to arbitrarily manipulate time. More...
 

Functions

static void state_entry_create (void)
 Test functions that read from dbuffs. More...
 

Variables

 TEST_LIST
 
fr_time_t test_time
 

Macro Definition Documentation

◆ fr_time

#define fr_time (   void)    test_time

Allow us to arbitrarily manipulate time.

Definition at line 8 of file state_test.c.

Function Documentation

◆ state_entry_create()

static void state_entry_create ( void  )
static

Test functions that read from dbuffs.

Definition at line 15 of file state_test.c.

Variable Documentation

◆ TEST_LIST

TEST_LIST
Initial value:
= {
{ "state_entry_create", state_entry_create },
{ "state_entry_too_many" }
{ NULL }
}
static void state_entry_create(void)
Test functions that read from dbuffs.
Definition: state_test.c:15

Definition at line 20 of file state_test.c.

◆ test_time

fr_time_t test_time ( void  )

Definition at line 3 of file state_test.c.