2008-02-10 13:22:36 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
2007-03-06 11:59:18 +00:00
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#define STANDALONE
|
|
|
|
#include "wine/test.h"
|
|
|
|
|
2008-02-10 13:22:36 +00:00
|
|
|
extern void func_automation(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
extern void func_db(void);
|
|
|
|
extern void func_format(void);
|
|
|
|
extern void func_install(void);
|
|
|
|
extern void func_msi(void);
|
|
|
|
extern void func_package(void);
|
Sync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink, imm32, jscript, kernel32, localspl, msacm32, mscms, msi, mstask, msvcrtd, msxml3, ntdll, ole32, pdh, psapi, quartz, rasapi32, riched20 AND rsaenh Winetests.
TBD mshtml, shell32, oleaut32 which still fail to build here
svn path=/trunk/; revision=47931
2010-07-03 12:45:23 +00:00
|
|
|
extern void func_patch(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
extern void func_record(void);
|
2008-02-10 13:22:36 +00:00
|
|
|
extern void func_source(void);
|
2007-03-06 11:59:18 +00:00
|
|
|
extern void func_suminfo(void);
|
|
|
|
|
Sync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink, imm32, jscript, kernel32, localspl, msacm32, mscms, msi, mstask, msvcrtd, msxml3, ntdll, ole32, pdh, psapi, quartz, rasapi32, riched20 AND rsaenh Winetests.
TBD mshtml, shell32, oleaut32 which still fail to build here
svn path=/trunk/; revision=47931
2010-07-03 12:45:23 +00:00
|
|
|
|
2007-03-06 11:59:18 +00:00
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2008-02-10 13:22:36 +00:00
|
|
|
{ "automation", func_automation },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "db", func_db },
|
|
|
|
{ "format", func_format },
|
|
|
|
{ "install", func_install },
|
|
|
|
{ "msi", func_msi },
|
|
|
|
{ "package", func_package },
|
Sync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink, imm32, jscript, kernel32, localspl, msacm32, mscms, msi, mstask, msvcrtd, msxml3, ntdll, ole32, pdh, psapi, quartz, rasapi32, riched20 AND rsaenh Winetests.
TBD mshtml, shell32, oleaut32 which still fail to build here
svn path=/trunk/; revision=47931
2010-07-03 12:45:23 +00:00
|
|
|
{ "patch", func_patch },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "record", func_record },
|
2008-02-10 13:22:36 +00:00
|
|
|
{ "source", func_source },
|
2007-03-06 11:59:18 +00:00
|
|
|
{ "suminfo", func_suminfo },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|