ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Functions | |
static const char * | convert_input_data (const char *data, DWORD size, DWORD *new_size) |
static BOOL | run_cmd (const char *cmd_data, DWORD cmd_size) |
static DWORD | map_file (const char *file_name, const char **ret) |
static const char * | compare_line (const char *out_line, const char *out_end, const char *exp_line, const char *exp_end) |
static void | test_output (const char *out_data, DWORD out_size, const char *exp_data, DWORD exp_size) |
static void | run_test (const char *cmd_data, DWORD cmd_size, const char *exp_data, DWORD exp_size) |
static void | run_from_file (const char *file_name) |
static DWORD | load_resource (const char *name, const char *type, const char **ret) |
static BOOL WINAPI | test_enum_proc (HMODULE module, LPCSTR type, LPSTR name, LONG_PTR param) |
static int | cmd_available (void) |
START_TEST (batch) | |
Variables | |
static char | workdir [MAX_PATH] |
static DWORD | workdir_len |
static char | drive [2] |
static const DWORD | drive_len = ARRAY_SIZE(drive) |
static char | path [MAX_PATH] |
static DWORD | path_len |
static char | shortpath [MAX_PATH] |
static DWORD | shortpath_len |
Definition at line 442 of file batch.c.
Referenced by START_TEST().
|
static |
Definition at line 157 of file batch.c.
Referenced by test_output().
Definition at line 35 of file batch.c.
Referenced by run_test().
Definition at line 401 of file batch.c.
Referenced by test_enum_proc().
Definition at line 130 of file batch.c.
Referenced by run_from_file(), and run_test().
Definition at line 77 of file batch.c.
Referenced by run_test().
Definition at line 375 of file batch.c.
Referenced by START_TEST().
|
static |
Definition at line 351 of file batch.c.
Referenced by run_from_file(), and test_enum_proc().
START_TEST | ( | batch | ) |
Definition at line 458 of file batch.c.
|
static |
Definition at line 421 of file batch.c.
Referenced by START_TEST().
|
static |
Definition at line 282 of file batch.c.
Referenced by run_test().
|
static |
Definition at line 28 of file batch.c.
Referenced by compare_line(), and START_TEST().
|
static |
Definition at line 30 of file batch.c.
Referenced by compare_line(), and START_TEST().
Definition at line 31 of file batch.c.
Referenced by compare_line(), and START_TEST().
|
static |
Definition at line 32 of file batch.c.
Referenced by compare_line(), and START_TEST().
Definition at line 25 of file batch.c.
Referenced by compare_line(), and START_TEST().
|
static |
Definition at line 26 of file batch.c.
Referenced by compare_line(), and START_TEST().