OpenVPN
Functions
test_skip.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
Include dependency graph for test_skip.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 32 of file test_skip.c.

References cmocka_run_group_tests, cmocka_unit_test, and test_check_skip().

◆ test_check_skip()

static void test_check_skip ( void **  state)
static

Definition at line 23 of file test_skip.c.

References assert_true, and skip.

Referenced by main().