FreeRDP
|
#include <freerdp/client.h>
#include <freerdp/client/cmdline.h>
#include <freerdp/settings.h>
#include <winpr/cmdline.h>
#include <winpr/spec.h>
#include <winpr/strlst.h>
#include <winpr/collections.h>
Macros | |
#define | printref() printf("%s:%d: in function %-40s:", __FILE__, __LINE__, __func__) |
#define | TEST_ERROR(format, ...) |
#define | TEST_FAILURE(format, ...) |
#define | DRIVE_REDIRECT_PATH "/tmp" |
Typedefs | |
typedef BOOL(* | validate_settings_pr) (rdpSettings *settings) |
Functions | |
static void | print_test_title (int argc, char **argv) |
static INLINE BOOL | testcase (const char *name, char **argv, size_t argc, int expected_return, validate_settings_pr validate_settings) |
static BOOL | check_settings_smartcard_no_redirection (rdpSettings *settings) |
static void | check_modified_arguments (const test *test, char **command_line, int *rc) |
int | TestClientCmdLine (int argc, char *argv[]) |
Variables | |
static const test | tests [] |
#define DRIVE_REDIRECT_PATH "/tmp" |
#define printref | ( | ) | printf("%s:%d: in function %-40s:", __FILE__, __LINE__, __func__) |
#define TEST_ERROR | ( | format, | |
... | |||
) |
#define TEST_FAILURE | ( | format, | |
... | |||
) |
typedef BOOL(* validate_settings_pr) (rdpSettings *settings) |
|
static |
|
static |
|
static |
|
static |
int TestClientCmdLine | ( | int | argc, |
char * | argv[] | ||
) |
|
static |