The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
state_test.c
Go to the documentation of this file.
1#include <freeradius-devel/util/acutest.h>
2
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 */
15static void state_entry_create(void)
16{
17
18}
19
21 /*
22 * Basic tests
23 */
24 { "state_entry_create", state_entry_create },
25 { "state_entry_too_many" }
26
27 { NULL }
28};
TEST_LIST
Definition state_test.c:20
fr_time_t test_time
Definition state_test.c:3
static void state_entry_create(void)
Test functions that read from dbuffs.
Definition state_test.c:15
"server local" time.
Definition time.h:69