1 /* Automatically generated file; DO NOT EDIT!! */ 2 3 #define STANDALONE 4 #include <wine/test.h> 5 6 extern void func_activex(void); 7 extern void func_dom(void); 8 extern void func_events(void); 9 extern void func_htmldoc(void); 10 extern void func_htmllocation(void); 11 extern void func_misc(void); 12 extern void func_protocol(void); 13 extern void func_script(void); 14 extern void func_style(void); 15 extern void func_xmlhttprequest(void); 16 17 const struct test winetest_testlist[] = 18 { 19 { "activex", func_activex }, 20 { "dom", func_dom }, 21 { "events", func_events }, 22 { "htmldoc", func_htmldoc }, 23 { "htmllocation", func_htmllocation }, 24 { "misc", func_misc }, 25 { "protocol", func_protocol }, 26 { "script", func_script }, 27 { "style", func_style }, 28 { "xmlhttprequest", func_xmlhttprequest }, 29 { 0, 0 } 30 }; 31