OpenVPN
Functions
test2.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <setjmp.h>
#include <stdint.h>
#include <cmocka.h>
Include dependency graph for test2.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 19 of file test2.c.

References test_true().

◆ test_true()

static void test_true ( void **  state)
static

Definition at line 12 of file test2.c.

Referenced by main().