2010-07-06 09:44:43 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-14 18:23:41 +00:00
|
|
|
#include <wine/test.h>
|
2010-07-06 09:44:43 +00:00
|
|
|
|
2012-03-15 20:15:43 +00:00
|
|
|
extern void func_atl_ax(void);
|
2010-07-06 09:44:43 +00:00
|
|
|
extern void func_module(void);
|
2012-03-15 20:15:43 +00:00
|
|
|
extern void func_registrar(void);
|
2010-07-06 09:44:43 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2012-03-15 20:15:43 +00:00
|
|
|
{ "atl_ax", func_atl_ax },
|
2010-07-06 09:44:43 +00:00
|
|
|
{ "module", func_module },
|
2012-03-15 20:15:43 +00:00
|
|
|
{ "registrar", func_registrar },
|
2010-07-06 09:44:43 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|