|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <string.h>#include <assert.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winuser.h"#include "winreg.h"#include "winsvc.h"#include "setupapi.h"#include "shlobj.h"#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static void | create_inf_file (LPCSTR filename, const char *data) |
| static LRESULT CALLBACK | cbt_hook_proc (int nCode, WPARAM wParam, LPARAM lParam) |
| static void | run_cmdline (LPCSTR section, int mode, LPCSTR path) |
| static void | ok_registry (BOOL expectsuccess) |
| static void | test_cmdline (void) |
| static void | test_registry (void) |
| static void | test_install_from (void) |
| static void | test_install_svc_from (void) |
| static void | test_driver_install (void) |
| static void | test_profile_items (void) |
| static void | test_inffilelistA (void) |
| static void | test_inffilelist (void) |
| static void | check_dirid (int dirid, LPCSTR expected) |
| static void | test_dirid (void) |
| START_TEST (install) | |
Variables | |
| static const char | inffile [] = "test.inf" |
| static const WCHAR | inffileW [] = {'t','e','s','t','.','i','n','f',0} |
| static char | CURR_DIR [MAX_PATH] |
| static HHOOK | hhook |
| static const char * | cmdline_inf |
| static const char * | cmdline_inf_reg |
| static const char | dirid_inf [] |
Definition at line 70 of file install.c.
Referenced by START_TEST().
Definition at line 713 of file install.c.
Referenced by test_dirid().
Definition at line 56 of file install.c.
Definition at line 96 of file install.c.
Referenced by check_dirid(), and test_cmdline().
Definition at line 86 of file install.c.
Referenced by check_dirid(), test_cmdline(), test_driver_install(), test_profile_items(), and test_registry().
| START_TEST | ( | install | ) |
Definition at line 764 of file install.c.
Definition at line 110 of file install.c.
Referenced by START_TEST().
Definition at line 748 of file install.c.
Referenced by START_TEST().
Definition at line 360 of file install.c.
Referenced by START_TEST().
Definition at line 546 of file install.c.
Referenced by START_TEST().
Definition at line 493 of file install.c.
Referenced by START_TEST().
Definition at line 177 of file install.c.
Referenced by START_TEST().
Definition at line 216 of file install.c.
Referenced by START_TEST().
Definition at line 432 of file install.c.
Referenced by START_TEST().
Definition at line 145 of file install.c.
Referenced by START_TEST().
Definition at line 79 of file install.c.
Referenced by test_cmdline().
Definition at line 138 of file install.c.
Referenced by test_install_from(), and test_registry().
Definition at line 706 of file install.c.
Referenced by check_dirid().
|
static |
Definition at line 69 of file install.c.
Referenced by cbt_hook_proc(), and START_TEST().
Definition at line 37 of file install.c.
Referenced by check_dirid(), test_cmdline(), test_driver_install(), test_inffilelist(), test_inffilelistA(), test_install_from(), test_install_svc_from(), test_profile_items(), and test_registry().