[advapi32_winetest]

add eventlog tests to build

svn path=/trunk/; revision=44738
This commit is contained in:
Christoph von Wittich 2009-12-23 15:57:45 +00:00
parent f40fe21109
commit f521358b5c
2 changed files with 3 additions and 0 deletions

View file

@ -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>

View 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 },