The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
src
lib
server
state_test.c
Go to the documentation of this file.
1
#include <freeradius-devel/util/acutest.h>
2
3
fr_time_t
test_time
;
4
5
/** Allow us to arbitrarily manipulate time
6
*
7
*/
8
#define fr_time() test_time
9
10
#include <
state_test.c
>
11
12
/** Test functions that read from dbuffs.
13
*
14
*/
15
static
void
state_entry_create
(
void
)
16
{
17
18
}
19
20
TEST_LIST
= {
21
/*
22
* Basic tests
23
*/
24
{
"state_entry_create"
,
state_entry_create
},
25
{
"state_entry_too_many"
}
26
27
{ NULL }
28
};
state_test.c
TEST_LIST
TEST_LIST
Definition:
state_test.c:20
test_time
fr_time_t test_time
Definition:
state_test.c:3
state_entry_create
static void state_entry_create(void)
Test functions that read from dbuffs.
Definition:
state_test.c:15
fr_time_s
"server local" time.
Definition:
time.h:69
Generated by
1.9.1