sync rostests to r44455
[reactos.git] / rostests / winetests / urlmon / testlist.c
index 76cace3..6b37338 100644 (file)
@@ -9,6 +9,7 @@
 extern void func_generated(void);
 extern void func_misc(void);
 extern void func_protocol(void);
+extern void func_sec_mgr(void);
 extern void func_stream(void);
 extern void func_url(void);
 
@@ -17,6 +18,7 @@ const struct test winetest_testlist[] =
     { "generated", func_generated },
     { "misc", func_misc },
     { "protocol", func_protocol },
+       { "sec_mgr", func_sec_mgr },
     { "stream", func_stream },
     { "url", func_url },
     { 0, 0 }