OpenVPN
|
#include "syshead.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <setjmp.h>
#include <cmocka.h>
#include "ssl_util.h"
#include "options_util.h"
Go to the source code of this file.
Functions | |
static void | test_compat_lzo_string (void **state) |
static void | test_auth_fail_temp_no_flags (void **state) |
static void | test_auth_fail_temp_flags (void **state) |
static void | test_auth_fail_temp_flags_msg (void **state) |
int | main (void) |
Variables | |
const struct CMUnitTest | misc_tests [] |
int main | ( | void | ) |
Definition at line 118 of file test_misc.c.
References misc_tests.
|
static |
Definition at line 86 of file test_misc.c.
References msg, options::no_advance, parse_auth_failed_temp(), and options::server_backoff_time.
|
static |
Definition at line 99 of file test_misc.c.
References msg, parse_auth_failed_temp(), and options::server_backoff_time.
|
static |
Definition at line 75 of file test_misc.c.
References msg, and parse_auth_failed_temp().
|
static |
Definition at line 41 of file test_misc.c.
References gc_free(), gc_new(), and options_string_compat_lzo().
const struct CMUnitTest misc_tests[] |
Definition at line 110 of file test_misc.c.
Referenced by main().