588446a013a930b0aab16cc83fd42a3b1469fcb1
[reactos.git] / modules / rostests / winetests / windowscodecs / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_bitmap(void);
7 extern void func_bmpformat(void);
8 extern void func_converter(void);
9 extern void func_gifformat(void);
10 extern void func_icoformat(void);
11 extern void func_info(void);
12 extern void func_metadata(void);
13 extern void func_palette(void);
14 extern void func_pngformat(void);
15 extern void func_propertybag(void);
16 extern void func_stream(void);
17 extern void func_tiffformat(void);
18
19 const struct test winetest_testlist[] =
20 {
21 { "bitmap", func_bitmap },
22 { "bmpformat", func_bmpformat },
23 { "converter", func_converter },
24 { "gifformat", func_gifformat },
25 { "icoformat", func_icoformat },
26 { "info", func_info },
27 { "metadata", func_metadata },
28 { "palette", func_palette },
29 { "pngformat", func_pngformat },
30 { "propertybag", func_propertybag },
31 { "stream", func_stream },
32 { "tiffformat", func_tiffformat },
33 { 0, 0 }
34 };