OpenVPN
|
Go to the source code of this file.
Macros | |
#define | UNIT_TESTING 1 |
Functions | |
static int | setup (void **state) |
static int | teardown (void **state) |
static void | null_test_success (void **state) |
static void | int_test_success (void **state) |
int | main (void) |
#define UNIT_TESTING 1 |
Definition at line 18 of file test_basics.c.
|
static |
int main | ( | void | ) |
Definition at line 55 of file test_basics.c.
References cmocka_run_group_tests, cmocka_unit_test, cmocka_unit_test_setup_teardown, int_test_success(), null_test_success(), setup(), and teardown().
|
static |
Definition at line 43 of file test_basics.c.
Referenced by main().
|
static |
Definition at line 25 of file test_basics.c.
References assert_non_null, and malloc.
Referenced by main().
|
static |