2007-11-29 12:54:54 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-26 16:32:32 +00:00
|
|
|
#include <wine/test.h>
|
2007-11-29 12:54:54 +00:00
|
|
|
|
2008-12-29 08:27:52 +00:00
|
|
|
extern void func_editor(void);
|
2011-11-04 23:07:16 +00:00
|
|
|
extern void func_richole(void);
|
2008-12-29 08:27:52 +00:00
|
|
|
extern void func_txtsrv(void);
|
2007-11-29 12:54:54 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2011-11-04 23:07:16 +00:00
|
|
|
{ "editor", func_editor },
|
|
|
|
{ "richole", func_richole },
|
|
|
|
{ "txtsrv", func_txtsrv },
|
2007-11-29 12:54:54 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|