- Move NCI generated files to arch-specific directories
[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_crypt(void);
10 extern void func_crypt_lmhash(void);
11 extern void func_crypt_md4(void);
12 extern void func_crypt_md5(void);
13 extern void func_crypt_sha(void);
14 extern void func_lsa(void);
15 extern void func_registry(void);
16 extern void func_security(void);
17
18 const struct test winetest_testlist[] =
19 {
20 /* { "crypt", func_crypt },
21 { "crypt_lmhash", func_crypt_lmhash },
22 { "crypt_md4", func_crypt_md4 },
23 { "crypt_md5", func_crypt_md5 },
24 { "crypt_sha", func_crypt_sha },
25 { "lsa", func_lsa },
26 */ { "registry", func_registry },
27 { "security", func_security },
28 { 0, 0 }
29 };