[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
[reactos.git] / modules / rostests / apitests / shell32 / testlist.c
index 7db323a..1b5339e 100644 (file)
@@ -12,9 +12,12 @@ extern void func_CShellLink(void);
 extern void func_CUserNotification(void);
 extern void func_IShellFolderViewCB(void);
 extern void func_menu(void);
+extern void func_OpenAs_RunDLL(void);
 extern void func_PathResolve(void);
 extern void func_SHCreateFileExtractIconW(void);
+extern void func_ShellExecCmdLine(void);
 extern void func_ShellExecuteEx(void);
+extern void func_ShellState(void);
 extern void func_SHParseDisplayName(void);
 
 const struct test winetest_testlist[] =
@@ -28,9 +31,12 @@ const struct test winetest_testlist[] =
     { "CUserNotification", func_CUserNotification },
     { "IShellFolderViewCB", func_IShellFolderViewCB },
     { "menu", func_menu },
+    { "OpenAs_RunDLL", func_OpenAs_RunDLL },
     { "PathResolve", func_PathResolve },
     { "SHCreateFileExtractIconW", func_SHCreateFileExtractIconW },
+    { "ShellExecCmdLine", func_ShellExecCmdLine },
     { "ShellExecuteEx", func_ShellExecuteEx },
+    { "ShellState", func_ShellState },
     { "SHParseDisplayName", func_SHParseDisplayName },
     { 0, 0 }
 };