OpenVPN
Functions
test_assert_macros.c File Reference
#include "config.h"
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <cmocka_private.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Include dependency graph for test_assert_macros.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

◆ test_assert_return_code()

static void test_assert_return_code ( void **  state)
static

Definition at line 20 of file test_assert_macros.c.

References assert_return_code, and assert_true.

Referenced by main().