sync shell32_winetest with wine 1.1.20
[reactos.git] / rostests / winetests / shell32 / testlist.c
index 7de794d..2ffe480 100644 (file)
@@ -6,10 +6,13 @@
 #define STANDALONE
 #include "wine/test.h"
 
+extern void func_appbar(void);
+extern void func_autocomplete(void);
 extern void func_generated(void);
 extern void func_shelllink(void);
 extern void func_shellpath(void);
 extern void func_shfldr_netplaces(void);
+extern void func_shfldr_special(void);
 extern void func_shlexec(void);
 extern void func_shlfileop(void);
 extern void func_shlfolder(void);
@@ -18,10 +21,13 @@ extern void func_systray(void);
 
 const struct test winetest_testlist[] =
 {
-    { "generated", func_generated },
+    { "appbar", func_appbar },  
+       { "autocomplete", func_autocomplete },
+       { "generated", func_generated },
     { "shelllink", func_shelllink },
     { "shellpath", func_shellpath },
     { "shfldr_netplaces", func_shfldr_netplaces },
+       { "shfldr_special", func_shfldr_special },
     { "shlexec", func_shlexec },
     { "shlfileop", func_shlfileop },
     { "shlfolder", func_shlfolder },