ReactOS 0.4.15-dev-7928-g68a8619
testlist.c
Go to the documentation of this file.
1/* Automatically generated file; DO NOT EDIT!! */
2
3#define STANDALONE
4#include <wine/test.h>
5
6extern void func_cred(void);
7extern void func_crypt(void);
8extern void func_crypt_lmhash(void);
9extern void func_crypt_md4(void);
10extern void func_crypt_md5(void);
11extern void func_crypt_sha(void);
12extern void func_eventlog(void);
13extern void func_lsa(void);
14extern void func_registry(void);
15extern void func_security(void);
16extern void func_service(void);
17
18const struct test winetest_testlist[] =
19{
20 { "cred", func_cred },
21 { "crypt", func_crypt },
22 { "crypt_lmhash", func_crypt_lmhash },
23 { "crypt_md4", func_crypt_md4 },
24 { "crypt_md5", func_crypt_md5 },
25 { "crypt_sha", func_crypt_sha },
26 { "eventlog", func_eventlog },
27 { "lsa", func_lsa },
28 { "registry", func_registry },
29 { "security", func_security },
30 { "service", func_service },
31 { 0, 0 }
32};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_eventlog(void)
void func_service(void)
void func_crypt_md4(void)
void func_crypt_md5(void)
void func_security(void)
void func_lsa(void)
void func_cred(void)
void func_crypt_lmhash(void)
void func_crypt_sha(void)
void func_registry(void)
void func_crypt(void)