[advapi32_winetest]
[reactos.git] / rostests / winetests / advapi32 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #include <windows.h>
5
6 #define STANDALONE
7 #include "wine/test.h"
8
9 extern void func_cred(void);
10 extern void func_crypt(void);
11 extern void func_crypt_lmhash(void);
12 extern void func_crypt_md4(void);
13 extern void func_crypt_md5(void);
14 extern void func_crypt_sha(void);
15 extern void func_eventlog(void);
16 extern void func_lsa(void);
17 extern void func_registry(void);
18 extern void func_security(void);
19 extern void func_service(void);
20
21 const struct test winetest_testlist[] =
22 {
23 { "cred", func_cred },
24 { "crypt", func_crypt },
25 { "crypt_lmhash", func_crypt_lmhash },
26 { "crypt_md4", func_crypt_md4 },
27 { "crypt_md5", func_crypt_md5 },
28 { "crypt_sha", func_crypt_sha },
29 { "eventlog", func_eventlog },
30 { "lsa", func_lsa },
31 { "registry", func_registry },
32 { "security", func_security },
33 { "service", func_service },
34 { 0, 0 }
35 };