9769dbc952ce4bef55ad10056945f2b80e596fbb
[reactos.git] / rostests / winetests / crypt32 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_base64(void);
7 extern void func_cert(void);
8 extern void func_chain(void);
9 extern void func_crl(void);
10 extern void func_ctl(void);
11 extern void func_encode(void);
12 extern void func_main(void);
13 extern void func_message(void);
14 extern void func_msg(void);
15 extern void func_object(void);
16 extern void func_oid(void);
17 extern void func_protectdata(void);
18 extern void func_sip(void);
19 extern void func_store(void);
20 extern void func_str(void);
21
22 const struct test winetest_testlist[] =
23 {
24 { "base64", func_base64 },
25 { "cert", func_cert },
26 { "chain", func_chain },
27 { "crl", func_crl },
28 { "ctl", func_ctl },
29 { "encode", func_encode },
30 { "main", func_main },
31 { "message", func_message },
32 { "msg", func_msg },
33 { "object", func_object },
34 { "oid", func_oid },
35 { "protectdata", func_protectdata },
36 { "sip", func_sip },
37 { "store", func_store },
38 { "str", func_str },
39 { 0, 0 }
40 };