OpenVPN
|
Go to the source code of this file.
Macros | |
#define | UNIT_TESTING 1 |
Functions | |
static int | setup_fail (void **state) |
static void | int_test_ignored (void **state) |
static int | setup_ok (void **state) |
static void | int_test_success (void **state) |
static int | teardown (void **state) |
int | main (void) |
#define UNIT_TESTING 1 |
Definition at line 1 of file test_setup_fail.c.
|
static |
|
static |
int main | ( | void | ) |
Definition at line 47 of file test_setup_fail.c.
References cmocka_run_group_tests, cmocka_unit_test_setup_teardown, int_test_ignored(), int_test_success(), setup_fail(), setup_ok(), and teardown().
|
static |
Definition at line 8 of file test_setup_fail.c.
Referenced by main().
|
static |
|
static |