2007-03-06 11:59:18 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-10-05 10:38:32 +00:00
|
|
|
#include <wine/test.h>
|
2007-03-06 11:59:18 +00:00
|
|
|
|
2008-05-09 17:35:45 +00:00
|
|
|
extern void func_cred(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
extern void func_crypt(void);
|
|
|
|
extern void func_crypt_lmhash(void);
|
|
|
|
extern void func_crypt_md4(void);
|
|
|
|
extern void func_crypt_md5(void);
|
|
|
|
extern void func_crypt_sha(void);
|
2009-12-23 15:57:45 +00:00
|
|
|
extern void func_eventlog(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
extern void func_lsa(void);
|
|
|
|
extern void func_registry(void);
|
|
|
|
extern void func_security(void);
|
2008-05-09 17:35:45 +00:00
|
|
|
extern void func_service(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2008-05-09 17:35:45 +00:00
|
|
|
{ "cred", func_cred },
|
|
|
|
{ "crypt", func_crypt },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "crypt_lmhash", func_crypt_lmhash },
|
|
|
|
{ "crypt_md4", func_crypt_md4 },
|
|
|
|
{ "crypt_md5", func_crypt_md5 },
|
|
|
|
{ "crypt_sha", func_crypt_sha },
|
2009-12-23 15:57:45 +00:00
|
|
|
{ "eventlog", func_eventlog },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "lsa", func_lsa },
|
2008-05-09 17:35:45 +00:00
|
|
|
{ "registry", func_registry },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "security", func_security },
|
2008-05-09 17:35:45 +00:00
|
|
|
{ "service", func_service },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|