[advapi32_winetest]
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 23 Dec 2009 15:57:45 +0000 (15:57 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 23 Dec 2009 15:57:45 +0000 (15:57 +0000)
add eventlog tests to build

svn path=/trunk/; revision=44738

rostests/winetests/advapi32/advapi32.rbuild
rostests/winetests/advapi32/testlist.c

index b11e57e..09bb150 100644 (file)
@@ -13,6 +13,7 @@
        <file>crypt_md4.c</file>
        <file>crypt_md5.c</file>
        <file>crypt_sha.c</file>
        <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>
        <file>lsa.c</file>
        <file>registry.c</file>
        <file>security.c</file>
index c7fbee8..9722479 100644 (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_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);
 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 },
     { "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 },
     { "lsa", func_lsa },
     { "registry", func_registry },
     { "security", func_security },