[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / com / testlist.c
index 100d2a9..0311e25 100644 (file)
@@ -5,6 +5,10 @@
 
 extern void func_browseui(void);
 extern void func_ieframe(void);
+extern void func_interfaces(void);
+extern void func_netcfgx(void);
+extern void func_netshell(void);
+extern void func_ole32(void);
 extern void func_shdocvw(void);
 extern void func_shell32(void);
 
@@ -12,6 +16,10 @@ const struct test winetest_testlist[] =
 {
     { "browseui", func_browseui },
     { "ieframe", func_ieframe },
+    { "interfaces", func_interfaces },
+    { "netcfgx", func_netcfgx },
+    { "netshell", func_netshell },
+    { "ole32", func_ole32 },
     { "shdocvw", func_shdocvw },
     { "shell32", func_shell32 },