The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Functions | Variables
unittest.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "filenames.h"
#include "backtrace.h"
#include "backtrace-supported.h"
#include "testlib.h"
#include "internal.h"
+ Include dependency graph for unittest.c:

Go to the source code of this file.

Functions

static void error_callback (void *vdata ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, int errnum ATTRIBUTE_UNUSED)
 
int main (int argc ATTRIBUTE_UNUSED, char **argv)
 
static int test1 (void)
 

Variables

static unsigned count
 

Function Documentation

◆ error_callback()

static void error_callback ( void *vdata  ATTRIBUTE_UNUSED,
const char *msg  ATTRIBUTE_UNUSED,
int errnum  ATTRIBUTE_UNUSED 
)
static

Definition at line 50 of file unittest.c.

+ Here is the caller graph for this function:

◆ main()

int main ( int argc  ATTRIBUTE_UNUSED,
char **  argv 
)

Definition at line 84 of file unittest.c.

+ Here is the call graph for this function:

◆ test1()

static int test1 ( void  )
static

Definition at line 57 of file unittest.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ count

unsigned count
static

Definition at line 47 of file unittest.c.