mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[SETUPAPI_WINETEST]
* Sync to Wine 1.5.4. I excluded devinst tests from the sync until bug #7077 is fixed. svn path=/trunk/; revision=56628
This commit is contained in:
parent
c8e14e00dd
commit
9e7f030eeb
8 changed files with 534 additions and 11 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
extern void func_devclass(void);
|
||||
extern void func_devinst(void);
|
||||
extern void func_diskspace(void);
|
||||
extern void func_install(void);
|
||||
extern void func_misc(void);
|
||||
extern void func_parser(void);
|
||||
|
@ -19,6 +20,7 @@ const struct test winetest_testlist[] =
|
|||
{
|
||||
{ "devclass", func_devclass },
|
||||
{ "devinst", func_devinst },
|
||||
{ "diskspace", func_diskspace },
|
||||
{ "install", func_install },
|
||||
{ "misc", func_misc },
|
||||
{ "parser", func_parser },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue