mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[advapi32_winetest]
add eventlog tests to build svn path=/trunk/; revision=44738
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<file>crypt_md4.c</file>
|
||||
<file>crypt_md5.c</file>
|
||||
<file>crypt_sha.c</file>
|
||||
<file>eventlog.c</file>
|
||||
<file>lsa.c</file>
|
||||
<file>registry.c</file>
|
||||
<file>security.c</file>
|
||||
|
||||
@@ -12,6 +12,7 @@ extern void func_crypt_lmhash(void);
|
||||
extern void func_crypt_md4(void);
|
||||
extern void func_crypt_md5(void);
|
||||
extern void func_crypt_sha(void);
|
||||
extern void func_eventlog(void);
|
||||
extern void func_lsa(void);
|
||||
extern void func_registry(void);
|
||||
extern void func_security(void);
|
||||
@@ -25,6 +26,7 @@ const struct test winetest_testlist[] =
|
||||
{ "crypt_md4", func_crypt_md4 },
|
||||
{ "crypt_md5", func_crypt_md5 },
|
||||
{ "crypt_sha", func_crypt_sha },
|
||||
{ "eventlog", func_eventlog },
|
||||
{ "lsa", func_lsa },
|
||||
{ "registry", func_registry },
|
||||
{ "security", func_security },
|
||||
|
||||
Reference in New Issue
Block a user