OpenVPN
Functions
test_cmockery.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmockery/cmockery.h>
Include dependency graph for test_cmockery.c:

Go to the source code of this file.

Functions

static void null_test_success (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 27 of file test_cmockery.c.

References null_test_success(), run_tests, and unit_test.

◆ null_test_success()

static void null_test_success ( void **  state)
static

Definition at line 23 of file test_cmockery.c.

Referenced by main().