#include <freeradius-devel/server/cf_file.h>
#include <freeradius-devel/server/main_config.h>
#include <freeradius-devel/server/modpriv.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/util/atexit.h>
#include <freeradius-devel/util/file.h>
#include <freeradius-devel/util/conf.h>
#include <assert.h>
#include <freeradius-devel/server/log.h>
Go to the source code of this file.
◆ EXIT_WITH_FAILURE
Value:do { \
ret = EXIT_FAILURE; \
} while (0)
Definition at line 42 of file unit_test_map.c.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ process_file()
static int process_file |
( |
char const * |
filename | ) |
|
|
static |
◆ usage()
◆ dict_freeradius
◆ dict_radius
◆ unit_test_module_dict
Initial value:= {
{ NULL }
}
static fr_dict_t const * dict_freeradius
static fr_dict_t const * dict_radius
Definition at line 52 of file unit_test_map.c.